Using gdb to single-step assembly code

Using gdb to debug in assembly code without symbols:

layout asm

stepi
# or simply:
si

Leave a Reply

You must be logged in to post a comment.