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