This is the mail archive of the gdb@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]

Re: Interrupting remote targets from GDB


On Thu, 17 Nov 2005 13:50:56 -0500
Daniel Jacobowitz <drow@false.org> wrote:

> On Thu, Nov 17, 2005 at 11:20:43AM -0700, Kevin Buettner wrote:
> >     set remotebreak
> > 	If set to on, GDB sends a BREAK signal to the remote when you
> > 	press the Ctrl-C key to interrupt the program running on the
> > 	remote.  If set to off, GDB sends the `Strl-C' character
> > 	instead.  The default is off, since most remote systems expect
> > 	to see `Ctrl-C' as the interrupt signal.
> 
> Mind fixing the Strl-C ? ;-)

Done.  Patch and commit message sent to gdb-patches@.

Kevin


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