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: GDB support for 'Run to Line'


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


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