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. 493443a47f514251f12e08223b2c56f0fed69015


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  493443a47f514251f12e08223b2c56f0fed69015 (commit)
      from  706d088346930eeee11befa93330375164e175b9 (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=493443a47f514251f12e08223b2c56f0fed69015

commit 493443a47f514251f12e08223b2c56f0fed69015
Author: Mark Kettenis <kettenis@gnu.org>
Date:   Wed Feb 12 14:51:19 2014 +0100

    FIX EOF detection in PT_IO-based to_xfer_partial implementation.
    
    At least on OpenBSD PT_IO/PIOD_READ_AUXV can return sucessfully without
    transferring any bytes.  Arguably a kernel bug, but interpreting this as EOF
    seems sensible.
    
    gdb/ChangeLog:
    
            * inf-ptrace.c (inf_ptrace_xfer_partial): Return TARGET_XFER_EOF
            if a PT_IO ptrace request returns sucessfully but indicates that 0
            bytes were transferred.

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

Summary of changes:
 gdb/ChangeLog    |    6 ++++++
 gdb/inf-ptrace.c |    8 ++++----
 2 files changed, 10 insertions(+), 4 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]