Re: GDB: look at the assembly at certain address?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Jan 03, 2015 at 03:07:37PM +0000, Bob Fang wrote:
> I am wondering if it is possible for GDB to disassemble the code at location 0x0000000001d98f22 and display it to me. I tried ``disas 0x0000000001d98f22`` but GDB complained ``No function contains specified address.``

This is the wrong list for such questions; this list is for help with GCC.
But, anyway...

x/20i 0x01d98f22

(and just press enter to disassemble more).

Cheers,


Segher



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux