!rtmodule

Displays wRTOS loaded module information.

Syntax

Copy
!rtmodule <address>

Parameters

address [optional]

Optional RTSS module descriptor address. If provided, the command displays extended information on the specified module.

Remarks

For a glossary of common terms found in command output, see wRTOS WinDbg Extension Commands Glossary.

This command is supported for:

ExampleS

rtmodule with no parameter

Copy
!rtmodule
        
RTSS Module Information
        
Module descriptor          0xfffffa80069a6e20       Module file name                SampleRtdll.Rtdll
Global reference count     0x00000001               Flags                           0x00000100
Base address               0xfffffa80083e2000       Size (bytes)                    0x00075000
            
Module descriptor          0xfffffa8007829cb0       Module file name                explicitloadrtdll.rtss
Global reference count     0x00000001               Flags                           0x00000100
Base address               0xfffffa800835e000       Size (bytes)                    0x0007b000

rtmodule with a valid module descriptor address

Copy
!rtmodule 0xfffffa80050dd660
        
RTSS Module Information:
        
Module descriptor:          0xfffffa80050dd660    Module file name:               SampleRtdll.Rtdll
Global reference count:     0x00000001            Flags:                          0x00000100
Base address:               0xfffffa800567b000    Size (bytes):                   0x00075000
PE object table:            0xfffffa800a628b90    Number of table entries:        0x00000008
Import directory:           0xfffffa80056ee000    Import directory size (bytes):  0x000008f6
Export directory:           0xfffffa80056ed000    Number of export tables:        0x00000001
Fixup table:                0xfffffa80056ef000    Fixup table size (bytes):       0x000007ce
Exception table:            0xfffffa80056e9000    Exception table size (bytes):   0x00002874
Debug table (RVA):          0x000000000004c320    Debug table size (bytes):       0x0000001c
Attach/detach routine:      0xfffffa800567c15c    PE header size (bytes):         0x00000108
Stack commit size (bytes):  0x0000000000001000    PE Header Flags:                0x0000000f
Module file name:           C:\Program Files\IntervalZero\MaxRT\wRTOS SDK\\Samples\Rtdll\Bin\RTSSDebug\SampleRtdll.Rtdll
Referenced module list:     0xfffffa8008371d40
        
Referenced Module List Information
        
Descriptor:                 0xfffffa8008371d40    Local reference count:          0x00000001
Module descriptor:          0xfffffa80082c7b10    Module file name:               wRTOS_Rtss.sys

Requirements

Minimum supported version

wRTOS 1.0 SDK

Related topics: