mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
* gdb.base/corefile.exp: Allow non-empty argument list in reinit
test.
This commit is contained in:
parent
37f08e0480
commit
9a01813aed
@ -1,5 +1,8 @@
|
||||
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
|
||||
__kernel_syscall_via_break.
|
||||
|
||||
|
@ -239,6 +239,6 @@ gdb_test_multiple "x/8bd buf2" "$test" {
|
||||
# test reinit_frame_cache
|
||||
|
||||
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."
|
||||
|
Loading…
Reference in New Issue
Block a user