Debugging Tools for Windows

Displaying RPC State Information

All RPC run-time state information is contained in cells. A cell is the smallest unit of information that can be viewed and updated individually. Both the DbgRpc tool and the RPC debugger extensions allow you to view the contents of any given cell or to run high-level queries.

Each key object in the RPC Run-Time will maintain one or more cells of information about its state. Each cell has a cell ID. When an object refers to another object, it does so by specifying that object's cell ID.

The key objects that the RPC Run-Time can maintain information about are endpoints, threads, connection objects, Server Call (SCALL) objects, and Client Call (CCALL) objects. Server Call objects are usually referred to simply as call objects.

The RPC state inforrmation queries produce the same information whether you are using the DbgRpc tool or the RPC debugger extensions. The following sections describe how queries are used in each vehicle:

Using the RPC Debugger Extensions

Using the DbgRpc Tool

The most basic query simply displays an individual cell:

Get RPC Cell Information

The following high-level queries are also available:

Get RPC Endpoint Information

Get RPC Thread Information

Get RPC Call Information

Get RPC Client Call Information

Build machine: CAPEBUILD