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

!rtanalyze

Displays current RTSS exception information.

!rtcurrentprocess

Displays current process information for each RTSS core.

!rtcurrentthread

Displays current thread information for each RTSS core.

!rthandle

Displays RTSS handle information for a specified process.

!rthelp

Displays a list of the supported commands.

!rtims

Displays summary and statistical information for the internal memory allocation space (MSpace) of a process.

!rtems

Displays summary and statistical information for the external memory allocation space (MSpace) of a process.

!rtimspool

Displays local pool information for the process internal memory allocation space (MSpace) of a process.

!rtemspool

Displays local pool information for the process external memory allocation space (MSpace) of a process.

!rtimspoolfg

Displays fragmentation information within the local pool of an internal memory allocation space (MSpace) of a process.

!rtemspoolfg

Displays fragmentation information within the local pool of an external memory allocation space (MSpace) of a process.

!rtimspoolcache

Displays chunk information within the pool cache of an internal memory allocation space (MSpace) of a process.

!rtemspoolcache

Displays chunk information within the pool cache of an external memory allocation space (MSpace) of a process.

!rtmemory

Displays Windows memory allocations (non-deterministic) made by a specified process.

!rtmodule

Displays a list of RTSS modules. When supplied with a module address, it displays extended information about the module.

!rtobject

Displays a list of RTSS objects. When supplied with an object address, it displays extended information about the object.

!rtprocess

Displays a list of RTSS processes. When supplied with a process object and an optional flag, it displays extended information about the process.

!rtprocmodref

Displays a list of RTSS modules referenced (explicitly or implicitly) for the specified process.

!rtrdtinfo

Displays the system’s RDT capability and CLOS configuration (if not ignored by wRTOS).

!rtsubsysinfo

Displays wRTOS subsystem configuration information about the current wRTOS session.

!rtthread

Given a process or thread object, displays all thread information. When supplied with an optional flag, it displays extended information about the thread.

!rtversion

Displays version information for the wRTOS SDK and wRTOS Runtime found in the memory dump file being analyzed.

Topics: