Question about disassembly

Christian Biesinger cbiesinger@google.com
Thu Mar 11 12:16:46 GMT 2021


On Thu, Mar 11, 2021, 13:07 Mahmood Naderan via Gdb <gdb@sourceware.org>
wrote:

> Hi
> How can I debug disassembly instructions with "step" or "next"?
> Right now, then I use 'n' it seems that gdb executes multiple assembly
> instructions and then stops. Sound like it uses the source level debugging.
>

Use stepi / nexti

Christian


> Any idea about that?
>
> Regards,
> Mahmood
>


More information about the Gdb mailing list