2001-03-16 Orjan Friberg <orjanf@axis.com>

* gdb.base/signals.exp: Set count to 0 explicitly.
This commit is contained in:
Orjan Friberg 2001-03-16 08:57:44 +00:00
parent 4d5a53ff76
commit b7844da629
1 changed files with 3 additions and 0 deletions

View File

@ -370,6 +370,9 @@ gdb_expect {
}
if [runto_main] then {
# Since count is a static variable outside main, runto_main
# is no guarantee that count will be 0 at this point.
gdb_test "set variable count = 0" ""
gdb_test "break handler if 0" "Breakpoint \[0-9\]+ .*"
gdb_test "set \$handler_breakpoint_number = \$bpnum" ""