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: break of time loop


On Thu, Oct 27, 2005 at 05:19:03PM +0200, Efim Monjak wrote:
> Hier a part of  transcript and a part of ethereal protocol. they are 
> from different sessions but I think it is the same case.
> The ctrl+c is sent before "step" command is responsed. The response for 
> "step" is recognised as response for ctrl+c,
> possibly the trap signal don't means the loop processing is stopped. 
> After it  next "step" command is sent and the
> response for ctrl+c, which is sent at the same time with interrupt 
> signal, is ignored.
> I hope you can understand my english:)

If you receive a C-c after sending a stop response, you should ignore
the C-c, not send another.  Then this won't happen.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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