2004-11-16 Randolph Chung <tausq@debian.org>

* gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
This commit is contained in:
Randolph Chung 2004-11-23 19:51:35 +00:00
parent 5465445a4b
commit 0107feeddf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-11-16 Randolph Chung <tausq@debian.org>
* gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
2004-11-14 Daniel Jacobowitz <dan@debian.org>
* gdb.threads/threadapply.exp: Correct "macro details" test.

View File

@ -117,7 +117,7 @@ gdb_test "info break" \
\[0-9\]+\[\t \]+breakpoint keep y.*PENDING.*shrfunc1.*" \
"single pending breakpoint info"
set unloadshr_line [gdb_get_line_number "unloadshr break" ${srcdir}/${subdir}/${libsrcfile}]
set unloadshr_line [gdb_get_line_number "unloadshr break" ${libsrcfile}]
gdb_test "run" \
"Starting program.*unload.*