Is it possible to get gdb to disassemble machine code interactively. For example:
(gdb) [disassemble command] 0x58 0xef 0x22
If I give the above command gdb should interpret the hex values as machine code and give me back the disassembly. The commands which I know of only disassemble a portion of the memory of the loaded program.