/UNWIND_TABLE [= {ALL | name} ]
Valid for Intergrity server systems only.
If specified without a keyword, displays the master unwind table
for the process. SHOW PROCESS/UNWIND=ALL displays the details
of every process unwind descriptor. SHOW PROCESS/UNWIND=name
displays the details of every unwind descriptor for the named
image or images implied by a wildcard. To look at unwind data for
a specific PC in process space, use SHOW UNWIND address.
If some or all unwind data for an image is not included in the
system dump (for example, if it was not in the working set of the
process at the time of the system crash), a SHOW PROCESS/UNWIND
command can fail with a %SDA-W-NOREAD error because the unwind
data is inaccessible. Collecting unwind data using the SDA
commands COLLECT and COPY/COLLECT will not correct this because
the collected unwind data is used only by SHOW UNWIND address and
SHOW CALL.