Debugging Tools for Windows

!rpcexts.getdbgcell

The !rpcexts.getdbgcell extension displays RPC state information for the specified cell.

Syntax

!rpcexts.getdbgcell ProcessID CellID1.CellID2 
!rpcexts.getdbgcell -? 

Parameters

ProcessID
Specifies the process ID (PID) of the process whose server contains the desired cell.
CellID1.CellID2
Specifies the number of the cell to be displayed.
-?
Displays some brief Help text for this extension in the Command Prompt window.

DLL

Windows 2000 Unavailable
Windows XP and later Rpcexts.dll

Comments

This extension can only be used with CDB or with user-mode WinDbg.

Here is an example:

0:002> !rpcexts.getdbgcell c4 0.19
Getting cell info ...
Call
Status: Active
Procedure Number: 11
Interface UUID start (first DWORD only): 82273FDC
Call ID: 0x0 (0)
Servicing thread identifier: 0x0.3E
Call Flags: cached, LRPC
Last update time (in seconds since boot):1453.459 (0x5AD.1CB)
Caller (PID/TID) is: d0.1ac (208.428)

For a similar example using the DbgRpc tool, see Get RPC Cell Information.

Additional Information

For more information about debugging Microsoft Remote Procedure Call (RPC), see RPC Debugging.

Build machine: CAPEBUILD