GRMON3-UM
June 2019, Version 3.1.0
102 www.cobham.com/gaisler
12. cont - syntax
NAME
cont - Continue execution
SYNOPSIS
cont ?options? ?count?
DESCRIPTION
cont ?options? ?count?
Continue execution. If ?count? is set, then only execute the specified number of instructions (only sup-
ported by DSU4).
OPTIONS
-noret
Do not evaluate the return value. Then this options is set, no return value will be set.
RETURN VALUE
Upon successful completion cont returns a list of signals, one per CPU. Possible signal values are SIGBUS,
SIGFPE, SIGILL, SIGINT, SIGSEGV, SIGTERM or SIGTRAP. If a CPU is disabled, then a empty string will
be returned instead of a signal value.
EXAMPLE
Continue execution from current PC
grmon3> cont
SEE ALSO
Section 3.4.3, “Running applications”