| |||
| Home > About Previous Releases > Changes between RealView Debugger v3.1 and v3.0 > Cache debugging in RealView Debugger v3.1 | |||
Cache debugging is supported as described in the following sections:
Cache debugging support is provided for the following processors:
ARM1136
ARM1156
Cortex-A8.
The Memory view context menu has an option to display a caching color scheme. Cached memory areas are colored according to the level (L1 or L2) and state (clean or dirty) of the cache.
the following in the RealView Debugger User Guide:
The following new cache-related CLI commands are available:
CACHEFIND, which searches for an address within the cache
CACHEINFO, which displays details about the cache
CACHELINE, which prints information about a specific cache line.
The following new cache-related predefined macros are available:
cache_find_set, which returns the set index associated with a specified address in the cache
cache_find_way, which returns the way index associated with a specified address in the cache.
the following in the RealView Debugger Command Line Reference Guide: