mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
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:
@ -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.
|
||||
|
@ -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.*
|
||||
|
Reference in New Issue
Block a user