[Subba Rao]
> 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.
> 
> How can I automate the 'next' command in this case?

I think what you're looking for is the 'continue' - command - or c. 

Type 'help running' when in gdb to see the other options you have for
stepping through the source. 

-- 

Mari Wang

[EMAIL PROTECTED]

_______________________________________________
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk

Reply via email to