OSDN Git Service

* infrun.c (inferior_ignoring_startup_exec_events): Delete.
authorDaniel Jacobowitz <dan@debian.org>
Mon, 2 Jul 2007 21:29:28 +0000 (21:29 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Mon, 2 Jul 2007 21:29:28 +0000 (21:29 +0000)
commit6822b2b997226699ac17670891a9af442ec0a9c8
tree9f4ca67af5d8694a730a8499f5760cd030a86926
parentab09e29456a2e52e5033dd003280963e2eac4e79
* 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