This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. c63528fc47c79721b55f32fe1649762ff9125ae0


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  c63528fc47c79721b55f32fe1649762ff9125ae0 (commit)
      from  ea4758f2dd33c0081abc89b011c4755453af9efc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c63528fc47c79721b55f32fe1649762ff9125ae0

commit c63528fc47c79721b55f32fe1649762ff9125ae0
Author: Andreas Krebbel <krebbel@linux.vnet.ibm.com>
Date:   Fri Feb 21 15:55:37 2014 +0100

    Fix length arg in call to breakpoint_xfer_memory.
    
    The patch "return target_xfer_status in to_xfer_partial" caused a
    regression in various s390(x) test cases, because memory_xfer_partial
    filled only the first byte of the read buffer from a breakpoint shadow:
    
        https://sourceware.org/ml/gdb-patches/2014-01/msg01071.html
    
    This patch fixes the regression.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/target.c  |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]