Fix for gdbserver non-extended mode.
* gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
and gdb_run_cmd.
+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'.
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.*"