From: Michael Snyder Date: Thu, 11 Apr 2002 18:24:08 +0000 (+0000) Subject: 2002-02-14 Michael Snyder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fda6ae12aeac5ccf636385185887c626b0726c5f;p=binutils-gdb.git 2002-02-14 Michael Snyder * gdb.base/gcore.exp: Relax recognition of function breakpoint. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d4512b131e6..c5554f211cf 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -205,6 +205,10 @@ * gdb.c++/userdef.exp: Test overloaded operators properly. Remove xfails. +2002-02-14 Michael Snyder + + * gdb.base/gcore.exp: Relax recognition of function breakpoint. + 2002-02-14 Daniel Jacobowitz * gdb.base/a2-run.exp: Check for a remote target properly. diff --git a/gdb/testsuite/gdb.base/gcore.exp b/gdb/testsuite/gdb.base/gcore.exp index da3ab49e80e..f8d5baac614 100644 --- a/gdb/testsuite/gdb.base/gcore.exp +++ b/gdb/testsuite/gdb.base/gcore.exp @@ -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\]* = "