using gdb as runtime library

J.T. Conklin jtc@redback.com
Wed Mar 21 15:59:00 GMT 2001


>>>>> "Edward" == Edward Peschko <edwardp@excitehome.net> writes:
Edward> Is there a 'libgdb.a'? Alternatively, how do you set a
Edward> 'trigger' on a certain line of an application, so that a gdb
Edward> command is run at a certain point in a file, without stopping
Edward> execution of the program?

You set a breakpoint on that line, and then the set of commands to be
run when the breakpoint is set.  If the last command is "continue", 
execution will pick up where it left off.

        --jtc

-- 
J.T. Conklin
RedBack Networks



More information about the Gdb mailing list