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. 69ff6be55c0e6181223f2b9c93d90ffc9f7fb0f5


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  69ff6be55c0e6181223f2b9c93d90ffc9f7fb0f5 (commit)
      from  1b5d0ab34c53d6e896d2c0958b1176e324bb7878 (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=69ff6be55c0e6181223f2b9c93d90ffc9f7fb0f5

commit 69ff6be55c0e6181223f2b9c93d90ffc9f7fb0f5
Author: Pedro Alves <palves@redhat.com>
Date:   Wed Jul 16 20:06:55 2014 +0100

    Linux: Use kill_lwp/tkill instead of kill when killing a process
    
    Since we use tkill everywhere, using kill to try to kill each lwp
    individually looks suspiciously odd.  We should really be using tgkill
    everywhere, but at least while we don't get there this makes us
    consistent.
    
    gdb/gdbserver/
    2014-07-16  Pedro Alves  <palves@redhat.com>
    
    	* linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
    
    gdb/
    2014-07-16  Pedro Alves  <palves@redhat.com>
    
    	* linux-nat.c (kill_callback): Use kill_lwp, not kill.

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

Summary of changes:
 gdb/ChangeLog             |    4 ++++
 gdb/gdbserver/ChangeLog   |    4 ++++
 gdb/gdbserver/linux-low.c |    2 +-
 gdb/linux-nat.c           |    2 +-
 4 files changed, 10 insertions(+), 2 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]