7.4.18. go

The go command starts execution of the program.

Syntax

The syntax of the go command is:

go {while expression}

where:

while

If while is used, expression is evaluated when a breakpoint is reached. If expression evaluates to true (that is. non-zero), the breakpoint is not reported and execution continues.

expression

specifies the expression to evaluate.

Usage

The first time go is executed, the program starts from its normal entry point. Subsequent go commands resume execution from the point at which it was suspended.

Copyright © 1997, 1998 ARM Limited. All rights reserved.ARM DUI 0041C
Non-Confidential