mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
gdb/testsuite/
Fix for gdbserver non-extended mode. * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint and gdb_run_cmd.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
Fix for gdbserver non-extended mode.
|
||||
* gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
|
||||
and gdb_run_cmd.
|
||||
|
||||
2012-02-17 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.python/py-events.py (exit_handler): Add test for 'dir'.
|
||||
|
@ -18,7 +18,9 @@ if { [prepare_for_testing break-inline.exp "break-inline" {} {debug nowarnings o
|
||||
return -1
|
||||
}
|
||||
|
||||
gdb_test "start" "Temporary breakpoint.*foo().*"
|
||||
gdb_breakpoint "main" "temporary"
|
||||
gdb_run_cmd
|
||||
gdb_test "" "Temporary breakpoint.*foo\\(\\).*"
|
||||
|
||||
# Now test 'break' with no arguments.
|
||||
gdb_test "break" "Breakpoint.*"
|
||||
|
Reference in New Issue
Block a user