Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* vCont packets for next and step
@ 2007-02-12 21:42 Kishore Paul
  2007-02-12 21:50 ` Daniel Jacobowitz
  0 siblings, 1 reply; 5+ messages in thread
From: Kishore Paul @ 2007-02-12 21:42 UTC (permalink / raw)
  To: gdb, drow

Hi All,

How does the gdb next and step work? I am seeing a problem where next 
only sends one vCont packet, similar to stepi though I was expecting a 
set of vCont packets to be sent similar to a step.

Thanks,
Kishore

next:
-----
Server received packet: [vCont;s:1]
Server Sending packet:  [S05]

stepi:
-----
Server received packet: [vCont;s:1;c]
Server Sending packet:  [S05]

step: 0x100010bc-0x100010cc
----------------------------
Server received packet: [vCont;s:1]
Server Sending packet:  [S05]
Server received packet: [vCont;s:1;c]
Server Sending packet:  [S05]
Server received packet: [vCont;s:1;c]
Server Sending packet:  [S05]
Server received packet: [vCont;s:1;c]
Server Sending packet:  [S05]
Server received packet: [vCont;s:1;c]
Server Sending packet:  [S05]


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-02-12 22:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-12 21:42 vCont packets for next and step Kishore Paul
2007-02-12 21:50 ` Daniel Jacobowitz
2007-02-12 22:07   ` Kishore Paul
2007-02-13  3:06     ` Daniel Jacobowitz
2007-02-13  3:25     ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox