HPlogo System Debug Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 4 System Debug Command Specifications

DPIB

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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

CAUTION: The output format of all System Debug commands is subject to change without notice. Programs that are developed to postprocess System Debug output should not depend on the exact format (spacing, alignment, number of lines, uppercase or lowercase, or spelling) of any System Debug command output.
Feedback to webmaster