Technical data

System Dump Analyzer
SHOW PROCESS
/LOCKS
Displays the lock management locks owned by the current process.
The /LOCKS qualifier produces a display similar in format to that produced by
the SHOW LOCKS command. See Table SDA–15 for additional information.
/P0
Displays the page tables for P0 space. See the description of the /PAGE_TABLES
qualifier.
/P1
Displays the page tables for P1 space. See the description of the /PAGE_TABLES
qualifier.
/PAGE_TABLESor /PPT [range | /P0 | /P1]
Displays the page tables P0 and P1 spaces, or, optionally, either the page table or
the page table entries for a range of addresses.
You can express a range using the following format:
m:n Displays the page table entries that correspond to the range of virtual
addresses from m to n
m;n Displays the page table entries that correspond to a range of n pages,
starting with page m
/PARTICIPANTS[=DISPLAY=(item [,...])]
Displays information about all transactions for the process. The argument
to DISPLAY can be either a single item or a list. The following items can be
specified.
Item Description
ALL All transaction control structures for the transactions.
This is the default behavior.
BRANCHES Control structures for branches of the transactions.
PARTICIPANTS Control structures for resource managers participating
in the transactions.
THREADS Control structures for threads of the transactions.
TRANSACTIONS Transaction control structures for the transactions.
/PCB
Displays the information contained in the software process control block (PCB).
This is the default behavior of the SHOW PROCESS command.
/PHD
Lists information included in the process header (PHD).
/PROCESS_SECTION_TABLE or /PST
Lists the information contained in the process section table (PST).
/REGISTERS
Lists the hardware context of the process, as reflected in the registers of the
process stored in the hardware PCB and—if the process is current on a processor
in the system—the registers of the processor.
SDA150