Lukas writes: > Hi. > I'm using in line assembler in g++, and i wont to > debug > lines in 'asm(....)' unfortunately 'gdb' just skip it. You're using the wrong commands in gdb. Put a breakpoint on func, then disp/i $pc si ... etc. Andrew.
Lukas writes: > Hi. > I'm using in line assembler in g++, and i wont to > debug > lines in 'asm(....)' unfortunately 'gdb' just skip it. You're using the wrong commands in gdb. Put a breakpoint on func, then disp/i $pc si ... etc. Andrew.