]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.base/corefile.exp: Tolerate stuff after argument parens in
authorJim Blandy <jimb@codesourcery.com>
Thu, 22 May 2003 22:35:45 +0000 (22:35 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 22 May 2003 22:35:45 +0000 (22:35 +0000)
backtrace.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/corefile.exp

index 8f118767d4db48f2f823880f1d7e9144147d4d76..f0e5d82102ceee6feb251ad6e16a721e4329138e 100644 (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
index e25c03c2ea6220d50460c130cf0e091f2edb1f53..73217775e0d84f2e82addbc5114dfc76833ccefa 100644 (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."