* gdb.threads/print-threads.exp: Use gdb_breakpoint.

This commit is contained in:
Daniel Jacobowitz 2006-07-18 19:37:23 +00:00
parent 16805f35a3
commit 6afcfa399a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.threads/print-threads.exp: Use gdb_breakpoint.
2006-07-17 Mark Kettenis <kettenis@gnu.org>
* gdb.base/long_long.exp (gdb_test_long_long): Exclude

View File

@ -123,7 +123,7 @@ test_all_threads "slow" 0
runto_main
gdb_test "break thread_function" "Breakpoint \[0-9\]+ at 0x\[0-9a-f\]+: file .*print-threads.c, line \[0-9\]*\\." "break thread_function (3)"
gdb_test "set var slow = 1" "" "set var slow = 1 (2)"
gdb_test "break kill" "Breakpoint \[0-9\]+ at 0x\[0-9a-f\]+"
gdb_breakpoint "kill"
test_all_threads "slow with kill breakpoint" 1
return 0