C DEBUG command [ MPE Debug/Stack Dump Reference Manual ] MPE/iX 5.0 Documentation
MPE Debug/Stack Dump Reference Manual
C
DEBUG command
Clears one or more breakpoints.
SYNTAX
[G]
C[[P] segment.] offset ,...
or
C@
NOTE C@ clears all breakpoints in a program.
Privileged Mode
Includes all the above plus the following:
[S]
C [[A] segment.] offset,...
where
S indicates breakpoints in the system segment library
A indicates breakpoints in absolute code segment (CST).
To clear breakpoints in processes other than your own, use the pin number
of a desired process as follows:
C[ pin.[ segtype] segment.] offset[,...]
where segtype is one of the prefixes G, P, S or A.
C[ pin.] @ clears all breakpoints in the specified process.
C@ clears all system-owned breakpoints if operating in AS mode or all
user- owned breakpoints if operating in AP mode.
PARAMETERS
G or P Breakpoints to be cleared are in group segmented library
(G) or in account segmented library (P). If omitted,
breakpoints in currently executing program are cleared.
(Optional parameter.)
segment The logical program segment containing the breakpoint.
If omitted, the currently executing segment applies.
(Optional parameter.)
offset The relative offset of the breakpoint from the start of
the segment. (Required parameter unless the form C@ is
used.)
EXAMPLES
?C50, 2.33, P4.77, 21.3.8
Breakpoints are cleared at:
Location 50 in current program segment.
Location 33 in program segment 2.
Location 77 in public library segment 4.
Location 8 in segment 3 of process 21. (requires privileged mode.)
MPE/iX 5.0 Documentation