[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: automating 'next' in gdb dubugger




On Sat, 16 Sep 2000, Subba Rao wrote:

> It has been a long time since I have used the gdb dubugger.
> I am steping through a large program and would like to 
> automate the 'next' command from breakpoint A to breakpoint B.

you use 'cont' - the program will continue execution until it reaches the
next breakpoint, or until it exits (or receives a signal...)

guy

"For world domination - press 1,
 or dial 0, and please hold, for the creator." -- nob o. dy


=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il