mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
gdb/testsuite/
* gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for break-here-2.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
|
||||||
|
break-here-2.
|
||||||
|
|
||||||
2011-10-28 Pedro Alves <pedro@codesourcery.com>
|
2011-10-28 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* gdb.threads/no-unwaited-for-left.c: New.
|
* gdb.threads/no-unwaited-for-left.c: New.
|
||||||
|
@ -53,7 +53,7 @@ gdb_test "thread 1" "" "select main thread"
|
|||||||
gdb_test_no_output "set scheduler-locking off" \
|
gdb_test_no_output "set scheduler-locking off" \
|
||||||
"disable scheduler-locking, letting new thread start"
|
"disable scheduler-locking, letting new thread start"
|
||||||
|
|
||||||
gdb_breakpoint [gdb_get_line_number "break-here-2"]
|
gdb_breakpoint $srcfile:[gdb_get_line_number "break-here-2"]
|
||||||
gdb_continue_to_breakpoint "break-here-2" ".* break-here-2 .*"
|
gdb_continue_to_breakpoint "break-here-2" ".* break-here-2 .*"
|
||||||
|
|
||||||
# Let the main thread continue alone.
|
# Let the main thread continue alone.
|
||||||
|
Reference in New Issue
Block a user