OSDN Git Service

gdb/testsuite/
authorjkratoch <jkratoch>
Fri, 28 Oct 2011 19:24:45 +0000 (19:24 +0000)
committerjkratoch <jkratoch>
Fri, 28 Oct 2011 19:24:45 +0000 (19:24 +0000)
* gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
break-here-2.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/no-unwaited-for-left.exp

index 479676a..5a66e2c 100644 (file)
@@ -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.
index ed991de..4b8ae6d 100644 (file)
@@ -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.