EasyManua.ls Logo

COBHAM GRMON3 - Page 183

COBHAM GRMON3
239 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
GRMON3-UM
June 2019, Version 3.1.0
183 www.cobham.com/gaisler
79. run - syntax
run - Reset and start execution
SYNOPSIS
run ?options? ?address? ?count?
DESCRIPTION
run ?options? ?address? ?count?
This command will reset all drivers (see reset for more information) and start the executing instructions on
the active CPU. When omitting the address parameter this command will start execution at the entry point
of the last loaded application. If the count parameter is set then the CPU will run the specified number of
instructions. Note that the count parameter is only supported by the DSU4.
OPTIONS
-noret
Do not evaluate the return value. When this options is set, no return value will be set.
RETURN VALUE
Upon successful completion run returns a list of signals, one per CPU. Possible signal values are SIGBUS, SIGF-
PE, SIGILL, SIGINT, SIGSEGV, SIGTERM or SIGTRAP. If a CPU is disabled, then an empty string will be
returned instead of a signal value.
EXAMPLE
Execute instructions starting at the entry point of the last loaded file.
grmon3> run
SEE ALSO
Section 3.4.3, “Running applications”
reset

Table of Contents