!rpcexts.getdbgcell
! Rpcexts getdbgcell扩展显示指定单元的 RPC 状态信息。
!rpcexts.getdbgcell ProcessID CellID1.CellID2
!rpcexts.getdbgcell -?
参数
ProcessID
指定进程的进程 ID (PID) ,其服务器包含所需的单元格。
CellID1。CellID2
指定要显示的单元格的编号。
-?
在命令提示符窗口中显示此扩展的一些简短帮助文本。
DLL
Windows 2000 |
不可用 |
Windows XP 及更高版本 |
Rpcexts.dll |
其他信息
有关调试 Microsoft 远程过程调用 (RPC) 的详细信息,请参阅 Rpc 调试。
备注
此扩展只能与 CDB 一起使用,也可与用户模式 WinDbg 一起使用。
以下是示例:
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)
有关使用 DbgRpc 工具的类似示例,请参阅 获取 RPC 单元信息。