wRTOS WinDbg Extension Commands Reference
The wRTOS WinDbg Extension extends the 64-bit version of Windows WinDbg by providing information about the state of the wRTOS Subsystem and its applications. This extension can be used during WinDbg Host-Target Break-In or postmortem analysis of a crash dump.
Available Commands
| Command | Description |
|---|---|
|
Displays current RTSS exception information. |
|
|
Displays current process information for each RTSS core. |
|
|
Displays current thread information for each RTSS core. |
|
|
Displays RTSS handle information for a specified process. |
|
|
Displays a list of the supported commands. |
|
|
Displays summary and statistical information for the internal memory allocation space (MSpace) of a process. |
|
|
Displays summary and statistical information for the external memory allocation space (MSpace) of a process. |
|
|
Displays local pool information for the process internal memory allocation space (MSpace) of a process. |
|
|
Displays local pool information for the process external memory allocation space (MSpace) of a process. |
|
|
Displays fragmentation information within the local pool of an internal memory allocation space (MSpace) of a process. |
|
|
Displays fragmentation information within the local pool of an external memory allocation space (MSpace) of a process. |
|
|
Displays chunk information within the pool cache of an internal memory allocation space (MSpace) of a process. |
|
|
Displays chunk information within the pool cache of an external memory allocation space (MSpace) of a process. |
|
|
Displays Windows memory allocations (non-deterministic) made by a specified process. |
|
|
Displays a list of RTSS modules. When supplied with a module address, it displays extended information about the module. |
|
|
Displays a list of RTSS objects. When supplied with an object address, it displays extended information about the object. |
|
|
Displays a list of RTSS processes. When supplied with a process object and an optional flag, it displays extended information about the process. |
|
|
Displays a list of RTSS modules referenced (explicitly or implicitly) for the specified process. |
|
|
Displays the system’s RDT capability and CLOS configuration (if not ignored by wRTOS). |
|
|
Displays wRTOS subsystem configuration information about the current wRTOS session. |
|
|
Given a process or thread object, displays all thread information. When supplied with an optional flag, it displays extended information about the thread. |
|
|
Displays version information for the wRTOS SDK and wRTOS Runtime found in the memory dump file being analyzed. |
Topics: