Question about disassembly
Mahmood Naderan via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CADa2P2VSJ2b7stqAt-xkKtrYWiJn7E6DQta-nydFE4-eGABmkg@mail.gmail.com> |
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. Any idea about that? Regards, Mahmood