This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb ChangeLog infcmd.c remote.c target.c t ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	drow@sourceware.org	2003-06-17 20:28:14

Modified files:
	gdb            : ChangeLog infcmd.c remote.c target.c target.h 
	                 NEWS 
	gdb/gdbserver  : ChangeLog linux-low.c server.c target.h 
	gdb/mi         : ChangeLog mi-cmds.c 

Log message:
	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".

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.4411&r2=1.4412
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.81&r2=1.82
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.106&r2=1.107
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/target.c.diff?cvsroot=src&r1=1.52&r2=1.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/target.h.diff?cvsroot=src&r1=1.40&r2=1.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.109&r2=1.110
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-low.c.diff?cvsroot=src&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/server.c.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/target.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/ChangeLog.diff?cvsroot=src&r1=1.110&r2=1.111
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmds.c.diff?cvsroot=src&r1=1.12&r2=1.13


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]