Specifications

Table Of Contents
ARM Debugger 106 ARM specific SYStem Commands
©1989-2014 Lauterbach GmbH
SYStem.Option NoSecureFix Do not switch to secure mode
Default: OFF.
This is a bugfix for customer specific devices which do not allow the debugger to temporarily switch to
secure mode while the application is in non-secure mode.
SYStem.Option OVERLAY Enable overlay support
Default: OFF.
ON: Activates the overlay extension and extends the address scheme of the debugger with a 16 bit virtual
OverlayID. Addresses therefore have the format <OverlayID>:<address>. This enables the
debugger to handle overlayed program memory.
OFF: Disables support for code overlays.
WithOVS: Like option ON, but also enables support for software breakpoints. This means that TRACE32
writes software breakpoint opcodes both to the execution area (for active overlays) and to the storage area.
In this way, it is possible to set breakpoints into inactive overlays. Upon activation of the overlay, the target's
runtime mechanisms copies the breakpoint opcodes to execution area. For using this option, the storage
area must be readable and writable for the debugger.
SYStem.Option PALLADIUM Extend debugger timeout
Default: OFF
Format: SYStem.Option NoSecureFix [ON | OFF]
Format: SYStem.Option OVERLAY [ON | OFF | WithOVS]
SYStem.Option OVERLAY ON
Data.List 0x2:0x11c4
; Data.List <OverlayID>:<address>
Format: SYStem.Option PALLADIUM [ON | OFF]