KDebug: Difference between revisions

No edit summary
No edit summary
Line 58: Line 58:
| 0x28
| 0x28
| [[KThread]] *
| [[KThread]] *
| Thread exclusively reporting a debug event to this object
| Thread having exclusive access to this object
|-
|-
| 0x2C
| 0x2C
Line 123: Line 123:
| 0x68
| 0x68
| u32
| u32
| Count of KDebug object nodes
| List size; this [[KLinkedList]] of [[KThread]] instances of the parent process.
It is made of the process's currently running threads, then, for each core, of one thread by priority (if it exists), from highest to lowest priority
|-
|-
| 0x6C
| 0x6C
| KLinkedListNode*
| KLinkedListNode*
| Pointer to first KLinkedListNode in linked list of KDebug objects
| Pointer to first KLinkedListNode in the above list
|-
|-
| 0x70
| 0x70
| KLinkedListNode*
| KLinkedListNode*
| Pointer to last KLinkedListNode in linked list of KDebug objects
| Pointer to last KLinkedListNode in the above list
|-
|-
| 0x74
| 0x74