gdb and binutils branch master updated. 548740d6bdd115da2c9c17b194016c2c4c0a4c69
tromey@sourceware.org
tromey@sourceware.org
Mon Jul 14 15:23:00 GMT 2014
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 548740d6bdd115da2c9c17b194016c2c4c0a4c69 (commit)
from 0ed82684efcb5243b66f918552403ff4ec1d7ee1 (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=548740d6bdd115da2c9c17b194016c2c4c0a4c69
commit 548740d6bdd115da2c9c17b194016c2c4c0a4c69
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
More information about the Gdb-cvs
mailing list