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: Interrupt packets in the remote protocol


On Sat, 3 Nov 2007 23:08:09 -0400
Daniel Jacobowitz <drow@false.org> wrote:

> On Sat, Nov 03, 2007 at 06:28:47PM +0100, Simon Kagstrom wrote:
> > The server mostly works now except for interrupts (Ctrl-C in GDB).
> > It looks like the interrupt packets (plain 0x03) are never sent. A
> > log with 'set debug remote 1' looks as follows:
> 
> How sure are you of this?  The Ctrl-C packet won't show up directly in
> the log, because it's not a "packet" as such.  It doesn't get the $ or
> #CHECKSUM; it's just a \003.

OK, I ran wireshark and dumped the traffic, and I can see now that 0x03
is sent. So the problem is on my side.

Thanks for the help!
-- 
// Simon


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