This is the mail archive of the gdb-cvs@sourceware.org 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 remote.c NEWS doc/gdb.texinfo


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2009-10-28 15:01:29

Modified files:
	gdb            : remote.c NEWS 
	gdb/doc        : gdb.texinfo 

Log message:
	gdb/:
	
	* remote.c (interrupt_sequence_control_c)
	(interrupt_sequence_break, interrupt_sequence_break_g)
	(interrupt_sequence_modes): New constants.
	(interrupt_sequence_mode, interrupt_on_connect): New variable.
	(show_interrupt_sequence): New function.
	(set_remotebreak, show_remotebreak): New function.
	(send_interrupt_sequence): New function.
	(remote_start_remote): Call send_interrupt_sequence if
	interrupt_on_connect is true.
	(remote_stop_as): Call send_interrupt_sequence.
	(_initialize_remote): Add interrupt-sequence and interrupt-on-connect,
	modify remotebreak to call set_remotebreak and show_remotebreak.
	* NEWS: Add entry for "set/show remote interrupt-sequence" and
	"set/show remote interrupt-on-connect". Also mention that
	"set/show remotebreak" is now deprecated.
	
	gdb/doc/:
	
	* gdb.texinfo (Remote Configuration): Add "set/show remote
	interrupt-sequence" and "set/show remote interrupt-on-connect" command.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.373&r2=1.374
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.335&r2=1.336
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.638&r2=1.639


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