* infrun.c (inferior_ignoring_startup_exec_events): Delete.
authorDaniel Jacobowitz <drow@false.org>
Mon, 2 Jul 2007 21:29:28 +0000 (21:29 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 2 Jul 2007 21:29:28 +0000 (21:29 +0000)
commitb0f4b84b5c44685c7880e9e3e013314590662a17
tree0071037729bf478008a8a49a212f72c8b6e18caf
parent9bbf65bb0848c4ea2887cdd4ca39561249ef11f5
* infrun.c (inferior_ignoring_startup_exec_events): Delete.
(start_remote): Use STOP_QUIETLY_REMOTE.
(handle_inferior_event): Do not condition TARGET_WAITKIND_LOADED
support on a SOLIB_ADD definition.  Update breakpoints_inserted.
Update to match shared library event breakpoint support.  Only
resume if appropriate.  Handle STOP_QUIETLY_REMOTE.
(normal_stop): Handle TARGET_WAITKIND_LOADED.
* fork-child.c (startup_inferior): Do not set
inferior_ignoring_startup_exec_events
* inferior.h (inferior_ignoring_startup_exec_events): Delete
declaration.
(enum stop_kind): Improve documentation.  Add STOP_QUIETLY_REMOTE.

* config/gdbserver.exp (gdb_reconnect): New.
* gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
gdb.base/solib-disc.exp: New files.
* lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
remote debugging".
(gdb_compile): Add shlib_load flag.
* lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
port.
(gdbserver_reconnect): New.
gdb/ChangeLog
gdb/fork-child.c
gdb/inferior.h
gdb/infrun.c
gdb/testsuite/ChangeLog
gdb/testsuite/config/gdbserver.exp
gdb/testsuite/gdb.base/so-disc-shr.c [new file with mode: 0644]
gdb/testsuite/gdb.base/solib-disc.c [new file with mode: 0644]
gdb/testsuite/gdb.base/solib-disc.exp [new file with mode: 0644]
gdb/testsuite/lib/gdb.exp
gdb/testsuite/lib/gdbserver-support.exp
This page took 0.036559 seconds and 4 git commands to generate.