Specifications

Table Of Contents
ARM Debugger 112 ARM specific SYStem Commands
©1989-2014 Lauterbach GmbH
SYStem.Option SOFTLONG Use 32-bit access to set breakpoint
Default: OFF.
This option instructs the debugger to use 32-bit accesses to patch the software breakpoint code.
SYStem.Option SOFTQUAD Use 64-bit access to set breakpoint
Default: OFF.
Activate this option if software breakpoints should be written by 64-bit accesses. This was implemented in
order not to corrupt ECC.
SYStem.Option SOFTWORD Use 16-bit access to set breakpoint
Default: OFF.
This option instructs the debugger to use 16-bit accesses to patch the software breakpoint code.
SYStem.Option SPLIT Access memory depending on CPSR
Default: OFF.
If this option is ON, the debugger does privileged or non-privileged memory access depending on the
current CPU mode (CPSR register). If this option is OFF the debugger accesses the memory in privileged
mode except an other access mode is requested. This feature is only available if a DEBUG INTERFACE
(LA-7701) is used for the ARM7.
Format: SYStem.Option SOFTLONG [ON | OFF]
Format: SYStem.Option SOFTQUAD [ON | OFF]
Format: SYStem.Option SOFTWORD [ON | OFF]
Format: SYStem.Option SPLIT [ON | OFF]