blob: 4a0e540711fd2ad8e337fff101bf02c63963e2d9 [file] [log] [blame] [view]
# Inspecting memory in zxdb
Zxdb supports the following commands for inspecting memory:
* `aspace`: Show mapped memory regions.
* `mem-analyze`: Dumps memory, trying to interpret pointers.
* `mem-read` / `x`: Dumps memory
* `stack`: Provides a low-level analysis of the stack. This is a handy
command for low-level debugging.
* `sym-near`: Figure out which symbol corresponds to an address.