* gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
break-here-2.
+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.
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.