|
From: John R. <jr...@bi...> - 2010-06-07 16:22:58
|
>>> It will help a lot if you specify the byte values (say, 8 of them) >>> in the instruction stream at address 0x9ceb615. > How would I do this? $ gdb valgrind (gdb) run arguments-to-valgrind my-app arguments-to-my-app [snip] ==1460== valgrind: Unrecognised instruction at address 0x9ceb615. [snip] ==1460== Process terminating with default action of signal 4 (SIGILL) ==1460== Illegal opcode at address 0x9CEB615 ==1460== at 0x9CEB615: ??? [snip] (gdb) x/4x 0x9ceb615 -- |