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. ea4758f2dd33c0081abc89b011c4755453af9efc


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  ea4758f2dd33c0081abc89b011c4755453af9efc (commit)
      from  0cbc458c9fde560ad369d197ed90b94452cc3b06 (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=ea4758f2dd33c0081abc89b011c4755453af9efc

commit ea4758f2dd33c0081abc89b011c4755453af9efc
Author: Pedro Alves <palves@redhat.com>
Date:   Fri Feb 21 13:30:12 2014 +0000

    Rename test.
    
    I realized that the name of this test only made sense when considering
    the old (never committed) implementation of the fix that came along
    with the test originally, that forced a schedlock while a step-resume
    (to get over the signal handler) was inserted.  The final solution
    that went into the tree does not force that locking.
    
    So this renames it to something more descriptive.
    
    gdb/testsuite/
    2014-02-21  Pedro Alves  <palves@redhat.com>
    
    	* gdb.threads/step-after-sr-lock.c: Rename to ...
    	* gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
    	* gdb.threads/step-after-sr-lock.exp: Rename to ...
    	* gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
    	... this.

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

Summary of changes:
 gdb/testsuite/ChangeLog                            |    8 ++++++++
 ...> signal-while-stepping-over-bp-other-thread.c} |    0
 ...signal-while-stepping-over-bp-other-thread.exp} |    0
 3 files changed, 8 insertions(+), 0 deletions(-)
 rename gdb/testsuite/gdb.threads/{step-after-sr-lock.c => signal-while-stepping-over-bp-other-thread.c} (100%)
 rename gdb/testsuite/gdb.threads/{step-after-sr-lock.exp => signal-while-stepping-over-bp-other-thread.exp} (100%)


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]