2002-02-14 Michael Snyder <msnyder@redhat.com>

* gdb.base/gcore.exp: Relax recognition of function breakpoint.
This commit is contained in:
Michael Snyder 2002-04-11 18:24:08 +00:00
parent 670a52dbc7
commit fda6ae12ae
2 changed files with 5 additions and 1 deletions

View File

@ -205,6 +205,10 @@
* 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.

View 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\]* = "