Supported Object Strings
Some RTX64 WinDbg Extension commands, such as rthandle, rtobject, support an optional string that specifies the type of object for which you want to find information. The table below lists the supported object strings that can be specified.
NOTE: These supported object strings are not case sensitive.
Object String | Description | Fields Displayed |
---|---|---|
Attachment | An attachment object specifies ISR/IST, etc., for an attachment. |
|
Event | An event object is a synchronization object. There are two types of event object: Manual-reset event and Automatic-reset event. |
|
Interrupt | An interrupt object includes the vector, attachment list, and affined processor of a line-based or message-based interrupt. |
|
Mutex |
A mutex object is a synchronization object whose state is set to signaled when it is not owned by any thread, and nonsignaled when it is owned. |
|
Mvector Interrupt | An Mvector Interrupt object specifies multiple interrupt vector attaching information. |
|
PCI Slot | A PCI Slot object specifies multiple attachments for multiple interrupt vectors. |
|
Semaphore | A semaphore object is a synchronization object that maintains a count between zero and a specified maximum value. The count is decremented each time a thread completes a wait for the semaphore object and incremented each time a thread releases the semaphore. When the count reaches zero, any thread waiting for the semaphore will be blocked. The state of a semaphore is set to signaled when its count is greater than zero, and nonsignaled when its count is zero. |
|
Shared Memory | A shared memory object is a shared block of data among multiple RTSS and Windows processes. |
|
Shutdown | A shutdown object consists of shutdown handling information. Only one shutdown handler object is permitted per RTSS process. |
|
Timer | A timer object describes a timer handling routine to be called when the timer expires. |
|