From fda6ae12aeac5ccf636385185887c626b0726c5f Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Thu, 11 Apr 2002 18:24:08 +0000 Subject: [PATCH] 2002-02-14 Michael Snyder * gdb.base/gcore.exp: Relax recognition of function breakpoint. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/gcore.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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\]* = " -- 2.30.2