SETDUMP Intrinsic [ MPE Debug/Stack Dump Reference Manual ] MPE/iX 5.0 Documentation
MPE Debug/Stack Dump Reference Manual
SETDUMP
Intrinsic
Programmatically enables the abort stack analysis facility for the caller
process (and subsequent sons).
LV
SETDUMP(flags);
PARAMETERS
flags logical by value (required)
A logical word whose bits specify the following:
Bit 15 = If on, specifies a DL to Q initial dump.
Bit 14 = If on, specifies a Q initial to S dump.
Bit 13 = If on, specifies a Q-63 to S dump. This bit
is ignored if bit 14 is on.
Bit 12 = If on, causes an ASCII dump of the octal
content along with the octal values.
A 0 value for flags results in the display of registers
and stack marker trace only.
CONDITION CODES
CCE Request granted.
CCG Abort stack analysis facility already enabled before
SETDUMP intrinsic call. The facility is now set up
according to new specifications from this call.
CCL Not returned by this intrinsic.
MPE/iX 5.0 Documentation