 |
» |
|
|
|
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 |  |
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.
|