2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
gdb/testsuite/
* gdb.base/dso2dso.exp: Don't use directory prefix when setting
the breakpoint.
+2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
+
+ * gdb.base/dso2dso.exp: Don't use directory prefix when setting
+ the breakpoint.
+
2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
* gdb.mi/mi-pending.exp: Don't use directory prefix when setting
}
set bp_location [gdb_get_line_number "STOP HERE" [file tail $srcfile_libdso1]]
-gdb_breakpoint ${srcfile_libdso1}:${bp_location}
+gdb_breakpoint ${libdso1}.c:${bp_location}
gdb_continue_to_breakpoint "at call to sub2" \
".*sub2 ().*"