2002-02-14 Michael Snyder <msnyder@redhat.com>
* gdb.base/gcore.exp: Relax recognition of function breakpoint.
This commit is contained in:
parent
670a52dbc7
commit
fda6ae12ae
|
@ -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.
|
||||
|
|
|
@ -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\]* = "
|
||||
|
|
Loading…
Reference in New Issue