> How do I set breakpoints in gdb on all lines for a a target program file. > Basically, I need to know if any code segment is executed from > that file. Other than explicitly setting a breakpoint on every line, I don't know. Andrew