gdb shows source line multiple times before executing !!

Doug Evans dje@transmeta.com
Thu Jul 24 15:53:00 GMT 2003


Daniel Jacobowitz writes:
 > I recommend either not worrying about it, or
 > looking at the assembly to understand what's going on.

It might also help to step through the assembly
instead of stepping line-by-line.

(gdb) display/i $pc
(gdb) stepi
[and keep repeating stepi, which will happen if at this point
you just keep hitting <return>]



More information about the Gdb mailing list