Debugging Tools for Windows |
The !rpcexts.getthreadinfo extension searches the system's RPC state information for thread information.
!rpcexts.getthreadinfo -?
Windows 2000 | Unavailable |
Windows XP and later | Rpcexts.dll |
This extension can only be used with CDB or with user-mode WinDbg.
Here is an example:
Searching for thread info ...
PID CELL ID ST TID LASTTIME
-----------------------------------
026c 0000.0002 01 000003c4 0004caa5
026c 0000.0005 03 00000254 0004ca9b
For a similar example using the DbgRpc tool, see Get RPC Thread Information.
For more information about debugging Microsoft Remote Procedure Call (RPC), see RPC Debugging.