Specifications

Table Of Contents
ARM Debugger 95 ARM specific SYStem Commands
©1989-2014 Lauterbach GmbH
This is a work around for a chip bug which erroneously clears the dirty bits of a data cache line if there is any
write-through forced by the debugger in this line. When the option is active the debugger does not use write-
through mode in general. It only forces write through on a program memory write.
This option is only available on the ARM1176, Cortex-R, Cortex-A.
SYStem.Option DCFREEZE Disable data cache linefill in debug mode
Default: ON.
This option disables the data cache linefill while the processor is in debug mode. This avoids that the data
cache contents is altered on memory read accesses performed by the debugger. This is especially required
if you want to inspect the data cache contents. You can disable this option if you want to cause a burst
memory access (e.g. on a data.test command) which only occurs on a cache linefill.
This option is available on ARM11, only.
SYStem.Option DIAG Activate more data.log messages
Adds more information to the report in the Data.LOG window.
Format: SYStem.Option DCFREEZE [ON | OFF]
Format: SYStem.Option DIAG [ON | OFF]