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. 8009206ae2dec541b55edc488103c6c1ccb1416a


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  8009206ae2dec541b55edc488103c6c1ccb1416a (commit)
      from  314c6a3559393741f22fdd9836f83d9f364fbd2a (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=8009206ae2dec541b55edc488103c6c1ccb1416a

commit 8009206ae2dec541b55edc488103c6c1ccb1416a
Author: Tom Tromey <tromey@redhat.com>
Date:   Fri Jan 3 10:55:52 2014 -0700

    Remove some GDBSERVER checks from linux-ptrace
    
    This patch removes some GDBSERVER checks from nat/linux-ptrace.c.
    Currently the code uses a compile-time check to decide whether some
    flags should be used.  This changes the code to instead let users of
    the module specify an additional set of flags; and then changes gdb's
    linux-nat.c to call this function.  At some later date, when the back
    ends are fully merged, we will be able to remove this function again.
    
    gdb/
    2014-07-24  Tom Tromey  <tromey@redhat.com>
    	    Gary Benson  <gbenson@redhat.com>
    
    	* nat/linux-ptrace.c (additional_flags): New global.
    	(linux_test_for_tracesysgood, linux_test_for_tracefork): Use
    	additional_flags; don't check GDBSERVER.
    	(linux_ptrace_set_additional_flags): New function.
    	* nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
    	Declare.
    	* linux-nat.c (_initialize_linux_nat): Call
    	linux_ptrace_set_additional_flags.

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

Summary of changes:
 gdb/ChangeLog          |   12 ++++++++++
 gdb/linux-nat.c        |    8 ++++++
 gdb/nat/linux-ptrace.c |   56 ++++++++++++++++++++++++++---------------------
 gdb/nat/linux-ptrace.h |    1 +
 4 files changed, 52 insertions(+), 25 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]