]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-02-14 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 11 Apr 2002 18:24:08 +0000 (18:24 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 11 Apr 2002 18:24:08 +0000 (18:24 +0000)
* gdb.base/gcore.exp: Relax recognition of function breakpoint.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/gcore.exp

index d4512b131e60a9aecddf6f1433ad4a52307595ea..c5554f211cf98725685ea971c41b8017c5870138 100644 (file)
        * gdb.c++/userdef.exp: Test overloaded operators properly.
        Remove xfails.
 
+2002-02-14  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.base/gcore.exp: Relax recognition of function breakpoint.
+
 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdb.base/a2-run.exp: Check for a remote target properly.
index da3ab49e80e39b1ffa213cb56eaf522c393346dc..f8d5baac61458352646edd7736b76851c074e270 100644 (file)
@@ -85,7 +85,7 @@ proc capture_command_output { command prefix } {
 gdb_test "break terminal_func" "Breakpoint .* at .*${srcfile}, line .*" \
        "set breakpoint at terminal_func"
 
-gdb_test "continue" "Breakpoint .*, terminal_func.*" \
+gdb_test "continue" "Breakpoint .* terminal_func.*" \
        "continue to terminal_func"
 
 set print_prefix ".\[0123456789\]* = "