This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
vCont packets for next and step
- From: Kishore Paul <kishorep at freescale dot com>
- To: gdb at sourceware dot org, drow at false dot org
- Date: Mon, 12 Feb 2007 15:36:26 -0600
- Subject: vCont packets for next and step
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]