9.1.5. Low-level debugging

These commands enable you to select low-level debugging and to display the contents of memory, registers, and low-level symbols:

language

Sets up low-level debugging if you are already using high-level debugging.

registers

Displays the contents of ARM registers 0 to 14, the PC and the status flags contained in the PSR.

fpregisters

Displays the contents of the eight floating-point registers f0 to f7 and the floating-point program status register FPSR.

examine

enables you to examine the contents of the memory between a pair of addresses, displaying it in both hexadecimal and ASCII formats, with 16 bytes per line.

list

Displays the contents of the memory between a specified pair of addresses in hexadecimal, ASCII and instruction format, with four bytes (one instruction) per line.

find

Finds all occurrences in memory of a given integer value or character string.

lsym

Displays low-level symbols and their values.

Copyright © 1999-2006 ARM Limited. All rights reserved.ARM DUI 0066G
Non-Confidential