mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* gdb.base/break-always.exp: Explicitly specify test name.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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.*"
|
||||
|
||||
Reference in New Issue
Block a user