OSDN Git Service

2002-02-14 Michael Snyder <msnyder@redhat.com>
authormsnyder <msnyder>
Thu, 11 Apr 2002 18:24:08 +0000 (18:24 +0000)
committermsnyder <msnyder>
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 d4512b1..c5554f2 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 da3ab49..f8d5baa 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\]* = "