Displays the object directory for a process.
vd process-handle
process-handle
This is the format of the object directory display:
Directory size: xxxx Entries used: xxxx <name 1> <handle 1> <name 2> <thread waiting> <handle 2>...<handle i> . . . . . . <name j> <handle j> <name k> <handle k> . . . . . . <name n> <handle n>
The display shows these fields:
Directory size
Entries used
name
handle
thread waiting
For example, to look at the object directory of process 2280, enter:
..vd 2280
The object directory display is:
Directory size: 000A Entries used: 0003 $ 2228 R?IOUSER 2200 RQGLOBAL 2280
In this display, the symbols $
, R?IOUSER
, and RQGLOBAL
are the object names in the process's object directory for the respective handles 2228, 2200, and 2280.
Syntax Error
HANDLE is not a Process
*** INVALID HANDLE ***
Debugging tools, vj, LookupRtHandle, CatalogRtHandle, About object directories