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. 5ee44bfa6bdb8eaf7f30eccb4fbdc989cb9bb7ca


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  5ee44bfa6bdb8eaf7f30eccb4fbdc989cb9bb7ca (commit)
      from  4875ffdbdaf7793524464c99baea1d8eb0cb7e34 (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=5ee44bfa6bdb8eaf7f30eccb4fbdc989cb9bb7ca

commit 5ee44bfa6bdb8eaf7f30eccb4fbdc989cb9bb7ca
Author: Gary Benson <gbenson@redhat.com>
Date:   Thu Sep 4 15:07:46 2014 +0100

    Remove code to cope with LWPs wrapped as PIDs
    
    Historically the Linux x86 watchpoint code did not cope with multi-
    threaded processes and LWP IDs were passed to it wrapped as PIDs.
    Not all entry points were converted when the Linux x86 watchpoint
    code was made multi-thread-aware, so a handler was left in place to
    cope with wrapped LWPs.  Since then all such entry points have been
    converted to pass regular LWPs and the handler is now redundant.
    This commit removes the handler and adds assertions to ensure no
    wrapped LWPs are passed in future.
    
    gdb/ChangeLog:
    
    	* x86-linux-nat.c (x86_linux_dr_get, x86_linux_dr_set):
    	Remove code to cope with LWPs wrapped as PIDs.
    	Add assertions to ensure no wrapped LWPs are passed.

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

Summary of changes:
 gdb/ChangeLog       |    6 ++++++
 gdb/x86-linux-nat.c |    6 ++----
 2 files changed, 8 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]