diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-10-28 19:24:45 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-10-28 19:24:45 +0000 |
commit | 4323feccfd124151f6c9409ea2970b1d981bc1e4 (patch) | |
tree | 3dae1c0f8a3048bc998d610da88489689409ce6e /gdb/testsuite | |
parent | 0e5bf2a8c930b383586bcf0476859e55571da0c7 (diff) | |
download | gdb-4323feccfd124151f6c9409ea2970b1d981bc1e4.zip gdb-4323feccfd124151f6c9409ea2970b1d981bc1e4.tar.gz gdb-4323feccfd124151f6c9409ea2970b1d981bc1e4.tar.bz2 |
gdb/testsuite/
* gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
break-here-2.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/no-unwaited-for-left.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 479676a..5a66e2c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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> * gdb.threads/no-unwaited-for-left.c: New. diff --git a/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp b/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp index ed991de..4b8ae6d 100644 --- a/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp +++ b/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp @@ -53,7 +53,7 @@ gdb_test "thread 1" "" "select main thread" gdb_test_no_output "set scheduler-locking off" \ "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 .*" # Let the main thread continue alone. |