Native Inspect Manual (H06.07+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-006
4-21
continue command
operating system. High-level conditional expressions (HLCEs), such as those
supported by the condition command, are evaluated by Native Inspect.
continue command
Continues execution of the current process. Native Inspect suspends command
prompting until the next debugging event occurs, or until you press the Break key.
ignore-count
specifies the number of times to ignore a breakpoint at the current location.
Example
To continue execution:
d command
A Debug-compatible Tcl command that displays memory in the format you specify.
Alias: dn
native-address
is the address at which you want to display memory. The d command accepts only
32-bit and 64-bit addresses.
count
is the number of items to display. The default value is one.
:format
is the format in which to display memory. Options are:
continue [ ignore-count ]
(eInspect 1,329):c
Continuing.
Breakpoint 2, pcbDataStructs_initialize ()
at \SIERRA.$YOSE1.SYMBAT1.SCXXTST:386
386 pcb = PCBList.entry[2]->ref.pcb;
d native-address [ count ] [ :format ]