mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-13 11:20:55 +08:00
Fix pathname regexp in gdb.base/solib-vanish.exp.
2018-10-11 Sandra Loosemore <sandra@codesourcery.com> gdb/testsuite/ * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX directory prefix on the filename.
This commit is contained in:
gdb/testsuite
@ -1,3 +1,8 @@
|
|||||||
|
2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
|
||||||
|
directory prefix on the filename.
|
||||||
|
|
||||||
2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
|
2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
|
||||||
* gdb.gdb/unittest.exp: Update expected message informing that
|
* gdb.gdb/unittest.exp: Update expected message informing that
|
||||||
|
@ -98,7 +98,7 @@ gdb_breakpoint "${lib2name}.c:${lib2_lineno}" {allow-pending}
|
|||||||
|
|
||||||
# Verify that both the location and source code are displayed
|
# Verify that both the location and source code are displayed
|
||||||
gdb_continue_to_breakpoint "bar" \
|
gdb_continue_to_breakpoint "bar" \
|
||||||
".*/${lib2name}.c:${lib2_lineno}.*break here.*"
|
".*${lib2name}.c:${lib2_lineno}.*break here.*"
|
||||||
|
|
||||||
# This should not segfault
|
# This should not segfault
|
||||||
gdb_test "next" \
|
gdb_test "next" \
|
||||||
|
Reference in New Issue
Block a user