Specifications

Table Of Contents
ARM Debugger 100 ARM specific SYStem Commands
©1989-2014 Lauterbach GmbH
SYStem.Option ICEPICKONLY Only ICEPick registers accessible
Default: OFF.
Obsolete command. Used in TRACE32 versions from September 2004 until May 2005, has no effect
anymore. This option caused the debugger to switch into a mode where certain debug register, which are
only available on certain processor derivatives, had been accessible even when the processor was powered
down. Newer TRACE32 versions allow the access at every time.
This option is available on ARM7 and on ARM11.
SYStem.Option IMASKASM Disable interrupts while single stepping
Default: OFF.
If enabled, the interrupt mask bits of the CPU will be set during assembler single-step operations. The
interrupt routine is not executed during single-step operations. After single step the interrupt mask bits are
restored to the value before the step.
SYStem.Option IMASKHLL Disable interrupts while HLL single stepping
Default: OFF.
If enabled, the interrupt mask bits of the cpu will be set during HLL single-step operations. The interrupt
routine is not executed during single-step operations. After single step the interrupt mask bits are restored to
the value before the step.
Format: SYStem.Option ICEPICKONLY [ON | OFF]
Format: SYStem.Option IMASKASM [ON | OFF]
Format: SYStem.Option IMASKHLL [ON | OFF]