sources / step
Oliver Block
lists@block-online.eu
Wed Jun 14 00:04:00 GMT 2006
Am Mittwoch, 14. Juni 2006 01:49 schrieb Daniel Jacobowitz:
> You would have to provide a testcase, or at least some more detail as
> to what you think is wrong.
OK. I compile my program using gcc -g .... I know that the lib is also
compiled -g
I start gdb 'gdb prog' and then set a breakpoint 'break n' after that I do a
'r' and the program goes to the breakpoint. Then I do a 'step'. After that I
do several steps, but gdb never leaves the source code of my program.
--Oliver
More information about the Gdb
mailing list