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 gdb-7.8-branch updated. cb1a4f45173ee9c7482b3ae0f0a44cffcad4dd24


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, gdb-7.8-branch has been updated
       via  cb1a4f45173ee9c7482b3ae0f0a44cffcad4dd24 (commit)
      from  a0d51b397364905ba3131985ae3b8107f4811a90 (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=cb1a4f45173ee9c7482b3ae0f0a44cffcad4dd24

commit cb1a4f45173ee9c7482b3ae0f0a44cffcad4dd24
Author: Tom Tromey <tromey@redhat.com>
Date:   Tue Jul 1 11:43:00 2014 -0600

    fix record "run" regression
    
    This fixes the record "run" regression pointed out by Marc Khouzam:
    
        https://sourceware.org/ml/gdb/2014-06/msg00096.html
    
    The bug is that target_require_runnable must agree with the handling
    of the "run" target, but currently it is out of sync.  This patch
    fixes the problem by changing target_require_runnable to also ignore
    the record_stratum.
    
    Built and regtested on x86-64 Fedora 20.
    New test case included.
    
    2014-07-14  Tom Tromey  <tromey@redhat.com>
    
    	* target.c (target_require_runnable): Also check record_stratum.
    	Update comment.
    
    2014-07-14  Tom Tromey  <tromey@redhat.com>
    
    	* gdb.reverse/rerun-prec.c: New file.
    	* gdb.reverse/rerun-prec.exp: New file.

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

Summary of changes:
 gdb/ChangeLog                            |    5 ++++
 gdb/target.c                             |    3 +-
 gdb/testsuite/ChangeLog                  |    5 ++++
 gdb/testsuite/gdb.reverse/rerun-prec.c   |   21 ++++++++++++++++++
 gdb/testsuite/gdb.reverse/rerun-prec.exp |   35 ++++++++++++++++++++++++++++++
 5 files changed, 68 insertions(+), 1 deletions(-)
 create mode 100644 gdb/testsuite/gdb.reverse/rerun-prec.c
 create mode 100644 gdb/testsuite/gdb.reverse/rerun-prec.exp


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]