KDebug: Difference between revisions
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
| KProcess* | | KProcess* | ||
| Process the thread belongs to (virtual address) | | Process the thread belongs to (virtual address) | ||
|- | |||
| 0x5C | |||
| u32 | |||
| Count of KDebugThread object nodes associated with this KDebug object | |||
|- | |||
| 0x60 | |||
| KLinkedListNode* | |||
| Pointer to first KLinkedListNode in linked list of KDebugThread objects | |||
|- | |||
| 0x64 | |||
| KLinkedListNode* | |||
| Pointer to last KLinkedListNode in linked list of KDebugThread objects | |||
|- | |- | ||
| 0x68 | | 0x68 | ||
Line 44: | Line 56: | ||
| 0x6C | | 0x6C | ||
| KLinkedListNode* | | KLinkedListNode* | ||
| Pointer to first KLinkedListNode in | | Pointer to first KLinkedListNode in linked list of KDebug objects | ||
|- | |- | ||
| 0x70 | | 0x70 | ||
| KLinkedListNode* | | KLinkedListNode* | ||
| Pointer to last KLinkedListNode in | | Pointer to last KLinkedListNode in linked list of KDebug objects | ||
|} | |} |