| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > set arm | |||
This command controls the behavior of the debugger when selecting the instruction set for disassembly and setting breakpoints.
set arm option
Where:
optionSpecifies additional options:
force-modeControls the default debugger behavior overriding
the fallback-mode setting.
armForces the debugger to use the ARM® instruction set.
thumbForces the debugger to use the Thumb® instruction set.
autoForces
the debugger to use debug information when available or the fallback-mode if
this is not available. This is the default.
fallback-modeControls the default debugger behavior when force-mode is set
to auto and debug information is not available.
armForces the debugger to use the ARM instruction set when debug information is not available.
thumbForces the debugger to use the Thumb instruction set when debug information is not available.
autoForces the debugger to use the current instruction set identified by the T bit in the CPSR register. This is the default.