Freescale Semiconductor Microcontrollers User Manual

Page 733

Advertising
background image

Debugger Engine Commands

Commands Overview

733

Microcontrollers Debugger Manual

ENDWHILE

Exits a WHILE loop

FOCUS

component

Sets the focus on a specified component

FOR

[variable =]range [“,” step]

FOR loop instruction

FPRINTF

(fileName,format,parameters)

FPRINTF instruction

GOTO

label

Unconditional branch to a label in a command file

GOTOIF

condition Label

Conditional branch to a label in a command file

IF

condition

Conditional execution

PAUSETEST

Displays a modal message box

PRINTF

(“Text:,” value])

PRINT instruction

REPEAT

REPEAT loop instruction

RETURN

Returns from a CALL command

TESTBOX

Displays a message box with a string

UNDEF

symbol | *

Undefines a user defined symbol

UNTIL

condition

Condition of a REPEAT loop

WAIT

[time] [;s]

Command file execution pause

WHILE

condition

WHILE loop instruction

Table 34.1 List of Kernel Commands (

continued)

Command, Syntax

Short Description

Advertising