gdb and binutils branch master updated. aebf9d247e4026189a0f612ee03c19cdf4bf86ac
uweigand@sourceware.org
uweigand@sourceware.org
Mon Jun 30 11:34: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 aebf9d247e4026189a0f612ee03c19cdf4bf86ac (commit)
from b00548197542a46df0e46d848ac61a00827943ea (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=aebf9d247e4026189a0f612ee03c19cdf4bf86ac
commit aebf9d247e4026189a0f612ee03c19cdf4bf86ac
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date: Thu Jun 26 17:21:08 2014 +0200
watchpoint-reuse-slot.exp: Correctly skip unsupported commands.
The test case "watchpoint-reuse-slot.exp" yields a lot of failures on
s390/s390x: all instances of awatch, rwatch, and hbreak are performed
even though they aren't supported on these targets. This is because
the test case ignores non-support error messages when probing for
support of these commands, like:
(gdb) rwatch buf.byte[0]
Target does not support this type of hardware watchpoint.
The patch adds handling for this case in the appropriate
gdb_test_multiple invocations.
gdb/testsuite/
* gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
target lacks support for awatch, rwatch, or hbreak.
-----------------------------------------------------------------------
Summary of changes:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/watchpoint-reuse-slot.exp | 8 +++++++-
2 files changed, 12 insertions(+), 1 deletions(-)
hooks/post-receive
--
gdb and binutils
More information about the Gdb-cvs
mailing list