简体   繁体   中英

Inspect memory with gdb

I want to inspect address in GDB. There is address in r0 register that I want to inspect:

(r0+10)->64

How can I do that in 1 line using gdb?

In gdb command line: x/16xw 0x1000 16: blocks x: in hexadecimal w: word(32bit) 0x1000: address of memory

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM