I am trying to debug some assembly with kdbg on ubuntu. I can step through the program instruct by instruction however I can not find a way to see the assembly code while I do this. I know you can see the machine code in gdb (I really don't want to debug through a terminal). Is there a way to see the machine code?
Asked
Active
Viewed 377 times
1
-
And disassemble command does not work? – dbrank0 Jul 21 '15 at 08:24