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: vCont packets for next and step


On Mon, Feb 12, 2007 at 03:36:26PM -0600, Kishore Paul wrote:
> 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.

That means that, after the single stepi, the "next" thinks it has
reached a different source line.  So it stops.

-- 
Daniel Jacobowitz
CodeSourcery


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