aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-06-06 15:50:37 +0000
committerTom Tromey <tromey@redhat.com>2013-06-06 15:50:37 +0000
commitebb022fab5b7ff86f7e5425d2849464bc463477a (patch)
treebdfc251058dcf0ac13f947e200ad84971d072598
parent8445cbf1cf8dfd0920c6e28bc91e08f031f0f8ff (diff)
downloadgdb-ebb022fab5b7ff86f7e5425d2849464bc463477a.zip
gdb-ebb022fab5b7ff86f7e5425d2849464bc463477a.tar.gz
gdb-ebb022fab5b7ff86f7e5425d2849464bc463477a.tar.bz2
* gdb.base/break-always.exp: Explicitly specify test name.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/break-always.exp3
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 59ac7dd..22941c1 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-06 Tom Tromey <tromey@redhat.com>
+
+ * gdb.base/break-always.exp: Explicitly specify test name.
+
2013-06-05 Doug Evans <dje@google.com>
Keith Seitz <keiths@redhat.com>
diff --git a/gdb/testsuite/gdb.base/break-always.exp b/gdb/testsuite/gdb.base/break-always.exp
index dfa9d20..b0a9faf 100644
--- a/gdb/testsuite/gdb.base/break-always.exp
+++ b/gdb/testsuite/gdb.base/break-always.exp
@@ -84,7 +84,8 @@ gdb_test "p /x *(char *) $bp_address" \
"read back 1 from the breakpoint's address"
# Restore the original contents.
-gdb_test "p /x *(char *) $bp_address = \$shadow" ""
+gdb_test "p /x *(char *) $bp_address = \$shadow" "" \
+ "restore the original contents"
# Run to breakpoint.
gdb_continue_to_breakpoint "bar" ".*break-always.c:$bar_location.*"