C.1.1. Where do I find Debugger Internal variables?

Select Registers from the View menu to display the Registers pane. The RealView Debugger internals are available from:

Equivalent symbols for RVISS connections

Table C.1 lists the equivalents of some important symbols for RVISS connections.

Table C.1. Equivalents of some important symbols for RVISS connections

AXD SymbolRealView Debugger symbol
$memstats

There is no equivalent to the $memstats array. However, the individual memory map related values are available as @mapfile_symbolname symbols. To see a list of the symbols, enter the following CLI command:

REGINFO,access,match:mapfile

$rdi_log@rviss_log
$statistics

There is no equivalent to the $statistics structure. However, the individual statistics related values are available as @stats_symbolname symbols. To see a list of the symbols, enter the following CLI command:

REGINFO,access,match:stats

Copyright © 2002-2007 ARM Limited. All rights reserved.ARM DUI 0153I
Non-Confidential