| |||
Home > DS-5 Debugger commands > DS-5 Debugger commands listed in groups > Execution control |
List of commands:
Sets a temporary breakpoint and starts running the image until
it hits the breakpoint. When the debugger stops, the breakpoint
is deleted. By default, the breakpoint is set at the address of
the global function main()
.
Controls whether run control operations such as stepping and running are blocked until the target stops or released immediately.
Displays the current setting for blocking run control operations.
Specifies the address
of the temporary breakpoint for subsequent use by the start
command.
Displays the current
setting for the expression that is used by the start
command
to set a temporary breakpoint.
Starts running the target.
Continues running the target.
Sets a temporary breakpoint and continues running the image until it hits the breakpoint. When the debugger stops, the breakpoint is deleted.
Continues running the device to the next instruction after the selected stack frame finishes.
Interrupts the target and stops the current application if it is running.
Instructs the debugger to wait until either the application completes or a breakpoint is hit.
Performs a reset on the target.
Source level stepping including stepping into all function calls where there is debug information.
Instruction level stepping including stepping into all function calls.
Source level stepping through statements including stepping into all function calls where there is debug information.
Source level stepping over all function calls.
Instruction level stepping over all function calls.
Source level stepping through statements but stepping over all function calls.
Displays information about the current thread or processor.
Temporarily switches control to a thread or processor to execute a DS-5 Debugger command and then switches back to the original state.
Specifies whether to step into or step over a function with no debug information.
Displays the current step setting for functions without debug information.
Controls the handler settings for one or more signals or exceptions.
Displays information about the handling of signals.
Type help
followed by a command name for
more information on a specific command.