public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Efim Monjak <ymonyak@lipowsky.de>
To: gdb@sources.redhat.com
Subject: break of time loop
Date: Thu, 27 Oct 2005 15:19:00 -0000	[thread overview]
Message-ID: <4360EFE7.6030406@lipowsky.de> (raw)

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:)

                                                                                                                                                        
000004BD  2b                                               +
                                                                                                                                                         
000004BE  24 73 23 37 33                                   $s#73
000022E2  2b                                               +
000022E3  24 54 30 35 30 42 3a 45  43 33 44 30 30 34 30 3b $T050B:E C3D0040;
000022F3  30 44 3a 44 43 33 44 30  30 34 30 3b 30 46 3a 36 0D:DC3D0 040;0F:6
00002303  38 30 31 30 30 34 30 3b  23 38 43                8010040; #8C
                                                                                                                                                         
000004C3  2b                                               +
                                                                                                                                                         
000004C4  24 73 23 37 33                                   $s#73
0000230E  2b                                               +
0000230F  24 54 30 35 30 42 3a 45  43 33 44 30 30 34 30 3b $T050B:E C3D0040;
0000231F  30 44 3a 44 43 33 44 30  30 34 30 3b 30 46 3a 36 0D:DC3D0 040;0F:6
0000232F  43 30 31 30 30 34 30 3b  23 39 37                C010040; #97
                                                                                                                                                         
000004C9  2b                                               +
                                                                                                                                                         
000004CA  24 73 23 37 33                                   $s#73
0000233A  2b                                               +
                                                                                                                                                          
000004CF  03                                               .
0000233B  24 54 30 35 30 42 3a 45  43 33 44 30 30 34 30 3b $T050B:E C3D0040;
0000234B  30 44 3a 44 43 33 44 30  30 34 30 3b 30 46 3a 35 0D:DC3D0 040;0F:5
0000235B  38 30 31 30 30 34 30 3b  23 38 42                8010040; #8B
                                                                                                                                                         
000004D0  2b                                               +
                                                                                                                                                         
000004D1  24 73 23 37 33                                   $s#73
00002366  24 54 30 32 30 42 3a 45  43 33 44 30 30 34 30 3b $T020B:E C3D0040;
00002376  30 44 3a 44 43 33 44 30  30 34 30 3b 30 46 3a 35 0D:DC3D0 040;0F:5
00002386  38 30 31 30 30 34 30 3b  23 38 38                8010040; #88
                                                                                                                                                         
000004D6  2b                                               +
                                                                                                                                                         
000004D7  24 73 23 37 33                                   $s#73
00002391  2b                                               +
00002392  24 54 30 35 30 42 3a 45  43 33 44 30 30 34 30 3b $T050B:E C3D0040;
000023A2  30 44 3a 44 43 33 44 30  30 34 30 3b 30 46 3a 35 0D:DC3D0 040;0F:5
000023B2  43 30 31 30 30 34 30 3b  23 39 36                C010040; #96
                                                                                                                                                         
000004DC  2b                                               +
                                                                                                                                                         
000004DD  24 73 23 37 33                                   $s#73
000023BD  2b                                               +
000023BE  24 54 30 35 30 42 3a 45  43 33 44 30 30 34 30 3b $T050B:E C3D0040;
000023CE  30 44 3a 44 43 33 44 30  30 34 30 3b 30 46 3a 36 0D:DC3D0 040;0F:6
000023DE  30 30 31 30 30 34 30 3b  23 38 34                0010040; #84
                                                                                                                                                         
000004E2  2b                                               +
Sending packet: $s#73...Ack
Packet received: T050B:EC3D0040;0D:DC3D0040;0F:6C010040;
Sending packet: $s#73...Ack
Packet received: T050B:EC3D0040;0D:DC3D0040;0F:58010040;
Sending packet: $s#73...Ack
remote_interrupt called
remote_stop called
Packet received: T050B:EC3D0040;0D:DC3D0040;0F:5C010040;
Sending packet: $s#73...Packet instead of Ack, ignoring it
Sending packet: $s#73...Ack
Packet received: T050B:EC3D0040;0D:DC3D0040;0F:60010040;
Sending packet: $s#73...Ack
Packet received: T050B:EC3D0040;0D:DC3D0040;0F:64010040;
Sending packet: $s#73...Ack
Packet received: T050B:EC3D0040;0D:DC3D0040;0F:68010040;

             reply	other threads:[~2005-10-27 15:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-27 15:19 Efim Monjak [this message]
2005-10-27 15:23 ` Daniel Jacobowitz
  -- strict thread matches above, loose matches on Subject: below --
2005-11-04 10:52 Efim Monjak
2005-11-03 10:42 Efim Monjak
2005-11-03 21:23 ` Daniel Jacobowitz
2005-10-31 13:56 Efim Monjak
2005-10-31 14:19 ` Daniel Jacobowitz
2005-10-27 15:47 Efim Monjak
2005-10-27 18:08 ` Daniel Jacobowitz
2005-10-27 14:04 Efim Monjak
2005-10-27 14:34 ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4360EFE7.6030406@lipowsky.de \
    --to=ymonyak@lipowsky.de \
    --cc=gdb@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).