System Debug Reference Manual (32650-90888)
122 Chapter4
System Debug Command Specifications :-Exit
DPIB
DPIB
DAT only
Display data from the process identification block (PIB) for a process. You can use DPIB in
both native mode and compatibility mode.
Syntax
DPIB [
pin
]
Parameters
pin
The process identification number for the process whose PIB values are to
be displayed. If no
pin
is specified, the current
pin
is used.
Examples
%cmdebug > dpib 2
PIN: 20 Pid: 0000002000000001 Process state: 1 Space ID: 000002c4
PCB : 80001b40 PCBX : 40011cb0 PIBX : 83980000 CMGLB : 83980000
Parent : 80e0db18 Sibling : 00000000 Child : 00000000 JSMAIN : 80e0d5c0
Display the PIB values for PIN 2.
Limitations, Restrictions
none
DPTREE
DAT only
Prints out the process tree starting at the given PIN.
Syntax
DPTREE [
pin
]
Parameters
pin
The process identification number (PIN) where the process tree display
starts. If omitted, PIN 1 (the first PIN in all process trees) is assumed, and
the entire process tree is printed.