Disassemble arbitrary memory with disas?
Jonas Maebe
jonas.maebe@elis.ugent.be
Fri May 22 21:51:00 GMT 2009
On 22 May 2009, at 23:44, Joel Brobecker wrote:
> I think that the "x /i" command should work. Have a look at the GDB
> documentation on the "x" command, it should give you more details
> about how to use the /something modifiers.
Indeed. An alternative is "disassemble <start_address>
<stop_address>". "x/10i <address>" is easier to type though :)
Jonas
More information about the Gdb
mailing list