| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > handle | |||
This command controls the handler settings for one or more
signals or processor exceptions. The default handler settings are
dependant on the type of debug activity. For example, by default on
a Linux kernel connection, all signals are handled by Linux on the
target. You can use info signals to display the
current settings.
When connected to an application running on a remote target using gdbserver, the debugger handles Unix signals but on bare-metal it handles processor exceptions.
handle [name]... keyword...
Where:
nameSpecifies the signal or processor exception name.
keywordSpecifies the following keywords:
noprintDisables the print property.
nostopDisables the stop property.
printEnables
the print property. When using gdbserver the debugger can only print
if stop is enabled.
stopEnables the stop and print properties.
If no is
specified then all handler settings are modified.name
ARM® DS-5™ Using the Debugger: