Available command lists, Command syntax, Kernel commands – Freescale Semiconductor Microcontrollers User Manual
Page 732: Syntax example

Debugger Engine Commands
Commands Overview
732
Microcontrollers Debugger Manual
Command Syntax
To display the syntax of a command, type the command followed by a question mark.
Syntax Example:
in>printf?
PRINTF (
Available Command Lists
Commands described on the following pages are sorted into 5 groups, according to their
specific actions or targets. However, these groups have no relevance in the use of these
commands. A list of all commands in their respective group is given below.
Kernel Commands
Kernel commands are commands that can be used to build command programs. They can
only be used in a debugger command file, since the Command Line component can only
accept one command at a time. It is possible to build powerful programs by combining
Kernel commands with Base commands, Common commands and Component specific
commands.
contains all available Kernel commands.
Table 34.1 List of Kernel Commands
Command, Syntax
Short Description
Affects a value
Sets a time delay for command execution
fileName[;C][;NL]
Executes a command file
symbol [=] expression
Defines a user symbol
Other operation associated with
IF command
condition
Other conditional operation associated with IF
command
Resets the current focus (refer to FOCUS
command)
Exits a FOR loop
Exits an IF condition