Inspecting a process's memory

The Memory view lets you inspect and change your process's memory. To show this view, choose Windows > Show View > Memory . The view is initially empty, but after you've added an item to monitor and specified the output format, this view will look something like this:

Memory view

The Memory view.

Note: QNX Neutrino uses a virtual-addressing model wherein each process has its own range of valid virtual addresses. This means that the address you enter into the Memory view must be a virtual address that's valid for the process you're debugging (e.g. the address of any variable). For more about QNX Neutrino's memory management, see the Process Manager chapter in the System Architecture guide.
Related concepts
Using breakpoints and watchpoints
Inspecting your registers
Inspecting shared-library usage
Monitoring signal handling
Viewing your output
Interacting with GDB
Related tasks
Inspecting variables
Changing variable values
Controlling the display of variables
Changing variable to a different type
Viewing variables in memory
Evaluating your expressions