* gdb.base/corefile.exp: Tolerate stuff after argument parens in

backtrace.
This commit is contained in:
Jim Blandy 2003-05-22 22:35:45 +00:00
parent af1342ab7f
commit e3e5a4f3c1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-05-22 Jim Blandy <jimb@redhat.com>
* gdb.base/corefile.exp: Tolerate stuff after argument parens in
backtrace.
2003-05-20 David Carlton <carlton@math.stanford.edu>
* gdb.c++/namespace1.cc: Actually do 'cvs add' before committing

View File

@ -227,6 +227,6 @@ gdb_expect {
gdb_load ${binfile}
setup_xfail "*-*-*" CLLbs17002
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."