binutils-gdb/gdb/mi
Daniel Jacobowitz 6ad8ae5c57 gdb/
* NEWS: Mention gdbserver detach change and "disconnect" command.
        * infcmd.c (disconnect_command): New function.
        (_initialize_infcmd): Add ``disconnect'' command.
        * remote.c (remote_async_detach): Delete.
        (remote_detach): Merge remote_async_detach.
        (remote_disconnect): New.
        (init_remote_ops): Set to_disconnect.
        (init_remote_cisco_ops): Likewise.
        (init_remote_async_ops): Likewise.  Use remote_detach.
        * target.c (cleanup_target): Default to_disconnect.
        (update_current_target): Inherit to_disconnect.
        (target_disconnect, debug_to_disconnect): New functions.
        (setup_target_debug): Set to_disconnect.
        * target.h (struct target_ops): Add to_disconnect.
        (target_disconnect): Add prototype.
gdbserver/
	* linux-low.c: Move comment to linux_thread_alive where it belonged.
	(linux_detach_one_process, linux_detach): New functions.
	(linux_target_ops): Add linux_detach.
	* server.c (main): Handle 'D' packet.
	* target.h (struct target_ops): Add "detach" member.
	(detach_inferior): Define.
mi/
        * mi-cmds.c (mi_cmds): Add "-target-disconnect".
2003-06-17 20:28:14 +00:00
..
ChangeLog gdb/ 2003-06-17 20:28:14 +00:00
mi-cmd-break.c * defs.h (XMALLOC): Define. 2002-03-19 02:51:09 +00:00
mi-cmd-disas.c * disasm.c: New file. 2002-09-30 15:57:26 +00:00
mi-cmd-env.c 2003-02-06 Andrew Cagney <ac131313@redhat.com> 2003-02-07 00:27:31 +00:00
mi-cmd-file.c Adding -file-list-exec-source-file command to MI 2003-04-02 22:10:35 +00:00
mi-cmd-stack.c 2003-06-11 David Carlton <carlton@bactrian.org> 2003-06-11 23:29:49 +00:00
mi-cmd-var.c 2003-02-02 Andrew Cagney <ac131313@redhat.com> 2003-02-02 06:24:04 +00:00
mi-cmds.c gdb/ 2003-06-17 20:28:14 +00:00
mi-cmds.h From Thierry Schneider <tpschneider1@yahoo.com>: 2003-05-04 03:50:13 +00:00
mi-console.c 2003-02-05 Jim Ingham <jingham@apple.com> 2003-02-06 01:19:12 +00:00
mi-console.h 2003-02-05 Jim Ingham <jingham@apple.com> 2003-02-06 01:19:12 +00:00
mi-getopt.c Adding -file-list-exec-source-file command to MI 2003-04-02 22:10:35 +00:00
mi-getopt.h Adding -file-list-exec-source-file command to MI 2003-04-02 22:10:35 +00:00
mi-interp.c 2003-06-08 Andrew Cagney <cagney@redhat.com> 2003-06-08 18:27:14 +00:00
mi-main.c 2003-06-11 Andrew Cagney <cagney@redhat.com> 2003-06-11 19:38:27 +00:00
mi-main.h Add missing files from last commit :-( 2003-02-06 05:30:17 +00:00
mi-out.c Index: ChangeLog 2003-03-08 20:04:27 +00:00
mi-out.h 2002-09-29 Andrew Cagney <ac131313@redhat.com> 2002-09-30 20:18:52 +00:00
mi-parse.c 2003-06-08 Andrew Cagney <cagney@redhat.com> 2003-06-08 18:27:14 +00:00
mi-parse.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
mi-symbol-cmds.c Index: gdb/ChangeLog 2003-05-12 00:26:19 +00:00