* gdb.base/sigbpt.exp: Preset segv_addr.

This commit is contained in:
Maciej W. Rozycki 2007-05-17 12:09:31 +00:00
parent d57376011b
commit d12371a9bc
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-05-17 Maciej W. Rozycki <macro@mips.com>
* gdb.base/sigbpt.exp: Preset segv_addr.
2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
* lib/gdb.exp (gdb_compile): Add support for Windows DLLs.

View File

@ -86,6 +86,7 @@ gdb_test "break keeper"
# of the actual SIGSEGV in segv_addr.
set bowler_addrs bowler
set segv_addr none
gdb_test {display/i $pc}
gdb_test "advance *bowler" "bowler.*" "advance to the bowler"
set test "stepping to SIGSEGV"