Changes

297 bytes added ,  05:54, 21 March 2015
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 node list of KDebug objects
+
| Pointer to first KLinkedListNode in linked list of KDebug objects
 
|-
 
|-
 
| 0x70
 
| 0x70
 
| KLinkedListNode*
 
| KLinkedListNode*
| Pointer to last KLinkedListNode in node list of KDebug objects
+
| Pointer to last KLinkedListNode in linked list of KDebug objects
 
|}
 
|}
374

edits