Hi,
I am debugging a problem in a program and have read the GDB tutorials available here. Thanks everyone for your work putting those together! They help a lot!
Quick question though....is there a command in GDB that allows me to view, in hex, a group of bytes or words - say 256 bytes worth... something similar to the display command that updates with each step?
Or do I need to use some other tool to examine memory in hexidecimal while running GDB, and if so, what tool would work?
Thanks!
Sun, 2012-10-28 22:55
#1
Using GDB to do a hex dump of memory