!rtcurrentprocess

This command displays the current processes on all RTSS processors/cores.

Syntax

Copy
!rtcurrentprocess

Parameters

none

Remarks

The command !rtcurrentprocess is most useful when an RTSS application causes an exception/Blue Screen, as it is capable of finding the RTSS process/thread that was active at the point of exception.

This command is supported for:

For information on supported Process Flags, see About Thread Flags and Process Flags.

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

Example

Copy
!rtcurrentprocess
        
Processor # 2, Current Process 0xfffffa800890e000 Summary Information:
        
Name:  "C:\Program Files\IntervalZero\wRTOS SDK\1.1\Samples\Rtdll\Bin\RTSSDebug\explicitloadrtdll.rtss"
Command line:
        
Object:                0xfffffa800890e000    PID:                0x000003eb
Reference descriptor:  0xfffffa80089dc340    Reference count:    0x00000001
Shutdown object:       0x0000000000000000    Flags:              0x00000400
Heap:                  0x0000000000000000    Debugger attached:  False
Affinity mask:         0x000000000000003c    Affined processor:  0x00000002
        
Processor # 3, Current Process 0xfffff88008187ce0 Summary Information:
        
Name:  Real-time System Process
Command line:
        
Object:                0xfffff88008187ce0    PID:                0x00000000
Reference descriptor:  0x0000000000000000    Reference count:    0x00000001
Shutdown object:       0x0000000000000000    Flags:              0x00000004
Heap:                  0x0000000000000000    Debugger attached:  False
Affinity mask:         0x0000000000000004    Affined processor:  0x00000002
        
Processor # 4, Current Process 0xfffff88008187ce0 Summary Information:
        
Name:  Real-time System Process
Command line:
        
Object:                0xfffff88008187ce0    PID:                0x00000000
Reference descriptor:  0x0000000000000000    Reference count:    0x00000001
Shutdown object:       0x0000000000000000    Flags:              0x00000004
Heap:                  0x0000000000000000    Debugger attached:  False
Affinity mask:         0x0000000000000004    Affined processor:  0x00000002
        
Processor # 5, Current Process 0xfffff88008187ce0 Summary Information:
        
Name:  Real-time System Process
Command line:
        
Object:                0xfffff88008187ce0    PID:                0x00000000
Reference descriptor:  0x0000000000000000    Reference count:    0x00000001
Shutdown object:       0x0000000000000000    Flags:              0x00000004
Heap:                  0x0000000000000000    Debugger attached:  False
Affinity mask:         0x0000000000000004    Affined processor:  0x00000002

Requirements

Minimum supported version

wRTOS 1.0 SDK

Related topics: