mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
* gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-10-18 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
|
||||||
|
|
||||||
2011-10-18 Tom Tromey <tromey@redhat.com>
|
2011-10-18 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* gdb.base/source.exp: Don't include full file name in test name.
|
* gdb.base/source.exp: Don't include full file name in test name.
|
||||||
|
@ -117,7 +117,7 @@ proc one_jit_test {count match_str} {
|
|||||||
gdb_continue_to_breakpoint "break here 2"
|
gdb_continue_to_breakpoint "break here 2"
|
||||||
# All jit librares must have been unregistered
|
# All jit librares must have been unregistered
|
||||||
gdb_test "info function jit_function" \
|
gdb_test "info function jit_function" \
|
||||||
"All functions matching regular expression \"jit_function\":" \
|
"All functions matching regular expression \"jit_function\":"
|
||||||
set pf_prefix $old_pf_prefix
|
set pf_prefix $old_pf_prefix
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user