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, Nov 03, 2005 at 11:42:24AM +0100, Efim Monjak wrote:
> Hi all,
> 
> is there a particular time between send a "step" command and ctrl+c.

No, the ctrl-c is processed whenever GDB receives it from the user, if
the target is running.

> I see the ctrl+c charakter on different place depend on performanse of 
> target.
> If I set a big delay before send "step" response I see about 1 sec. 
> between "step" command
> and ctrl+c. Signal Interrupt which stops the time loop after ctrl+c 
> don't stops
> the loop if ctrl+c is received after "stop" response but to close to 
> next "step"
> command to send a special responce to ctrl+c. In this case next "step" 
> is responced
> with interrupt signal. But the loop will not be stopped.

Sorry, I can not follow the situation you are describing.  I would need
to see an example session.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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