Re: Question about disassembly
Christian Biesinger via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAPTJ0XFJK0NT3fU6AUoj+OEpoRG2X8u2SgSKsOo0177YB0FgXQ@mail.gmail.com> |
On Thu, Mar 11, 2021, 13:07 Mahmood Naderan via Gdb <[email protected]> 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 >