mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 23:26:51 +08:00
* gdb.base/corefile.exp: Tolerate stuff after argument parens in
backtrace.
This commit is contained in:
@ -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>
|
2003-05-20 David Carlton <carlton@math.stanford.edu>
|
||||||
|
|
||||||
* gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
|
* gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
|
||||||
|
@ -227,6 +227,6 @@ gdb_expect {
|
|||||||
|
|
||||||
gdb_load ${binfile}
|
gdb_load ${binfile}
|
||||||
setup_xfail "*-*-*" CLLbs17002
|
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."
|
gdb_test "core" "No core file now."
|
||||||
|
Reference in New Issue
Block a user