* gdb.base/corefile.exp: Allow non-empty argument list in reinit
test.
This commit is contained in:
parent
37f08e0480
commit
9a01813aed
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2007-01-26 Andreas Schwab <schwab@suse.de>
|
2007-01-26 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* gdb.base/corefile.exp: Allow non-empty argument list in reinit
|
||||||
|
test.
|
||||||
|
|
||||||
* gdb.base/multi-forks.exp ("restart $i"): Also match
|
* gdb.base/multi-forks.exp ("restart $i"): Also match
|
||||||
__kernel_syscall_via_break.
|
__kernel_syscall_via_break.
|
||||||
|
|
||||||
|
|
|
@ -239,6 +239,6 @@ gdb_test_multiple "x/8bd buf2" "$test" {
|
||||||
# test reinit_frame_cache
|
# test reinit_frame_cache
|
||||||
|
|
||||||
gdb_load ${binfile}
|
gdb_load ${binfile}
|
||||||
gdb_test "up" "#\[0-9\]* *\[0-9xa-fH'\]* in .* \\(\\).*" "up in corefile.exp (reinit)"
|
gdb_test "up" "#\[0-9\]* *\[0-9xa-fH'\]* in .* \\(.*\\).*" "up in corefile.exp (reinit)"
|
||||||
|
|
||||||
gdb_test "core" "No core file now."
|
gdb_test "core" "No core file now."
|
||||||
|
|
Loading…
Add table
Reference in a new issue