GDB support for 'Run to Line'

Daniel Jacobowitz drow@false.org
Wed Apr 15 19:58:00 GMT 2009


On Wed, Apr 15, 2009 at 03:48:01PM -0400, Marc Khouzam wrote:
> Hi,
> 
> I'm trying to figure out if GDB has support for the 'Run to Line'
> feature
> of Eclipse, where the user selects a line and the inferior resumes until
> that
> line.
> 
> GDB's 'until' does not seem to be the right choice since it only stops
> if the
> location is in the same frame.
> 
> GDB's 'advance' is better, but it stops if the current frame exists.

Isn't this just tbreak + continue?


-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb mailing list