Fix directory prefix in gdb.base/dso2dso.exp.
2015-09-18 Sandra Loosemore <sandra@codesourcery.com> gdb/testsuite/ * gdb.base/dso2dso.exp: Don't use directory prefix when setting the breakpoint.
This commit is contained in:
parent
79dc332ba2
commit
26b188a2db
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
|
||||||
|
|
||||||
* gdb.mi/mi-pending.exp: Don't use directory prefix when setting
|
* gdb.mi/mi-pending.exp: Don't use directory prefix when setting
|
||||||
|
|
|
@ -64,7 +64,7 @@ if { ![runto_main] } {
|
||||||
}
|
}
|
||||||
|
|
||||||
set bp_location [gdb_get_line_number "STOP HERE" [file tail $srcfile_libdso1]]
|
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" \
|
gdb_continue_to_breakpoint "at call to sub2" \
|
||||||
".*sub2 ().*"
|
".*sub2 ().*"
|
||||||
|
|
Loading…
Reference in a new issue