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. 40acf43aadb4d5348cff0dd554ae97de4dd775af


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  40acf43aadb4d5348cff0dd554ae97de4dd775af (commit)
      from  9f5e1e021a843e573b72ee448397a4db139adf2e (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=40acf43aadb4d5348cff0dd554ae97de4dd775af

commit 40acf43aadb4d5348cff0dd554ae97de4dd775af
Author: Pedro Alves <palves@redhat.com>
Date:   Thu Mar 20 14:09:53 2014 +0000

    Further cleanup of signal-while-stepping-over-bp-other-thread.c.
    
    This test now uses pthread_kill instead of the host's kill command, so
    no longer need to block signals, or store the the inferior's PID.
    
    gdb/testsuite/
    2014-03-20  Pedro Alves  <palves@redhat.com>
    
    	* gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
    	Delete.
    	(block_signals, unblock_signals): Delete.
    	(child_function_2, main): Remove references to deleted variable
    	and functions.

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

Summary of changes:
 gdb/testsuite/ChangeLog                            |    8 +++++
 .../signal-while-stepping-over-bp-other-thread.c   |   29 --------------------
 2 files changed, 8 insertions(+), 29 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]