KDebug: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 49: | Line 49: | ||
|- | |- | ||
| 0x38 | | 0x38 | ||
| KLinkedListNode* | | [[KLinkedListNode]]* | ||
| Pointer to first KLinkedListNode in linked list of KEventInfo objects | | Pointer to first KLinkedListNode in linked list of KEventInfo objects | ||
|- | |- | ||
| 0x3C | | 0x3C | ||
| KLinkedListNode* | | [[KLinkedListNode]]* | ||
| Pointer to last KLinkedListNode in linked list of KEventInfo objects | | Pointer to last KLinkedListNode in linked list of KEventInfo objects | ||
|- | |- | ||
| 0x4C | | 0x4C | ||
| KProcess* | | [[KProcess]]* | ||
| Process the thread belongs to (virtual address) | | Process the thread belongs to (virtual address) | ||
|- | |||
| 0x50 | |||
| [[KThread*]] | |||
| Current KThread- thread being debugged | |||
|- | |||
| 0x54 | |||
| [[KThread*]] | |||
| Thread using ContinueDebugEvent | |||
|- | |||
| 0x58 | |||
| s32 | |||
| Cpu core of thread using ContinueDebugEvent | |||
|- | |- | ||
| 0x5C | | 0x5C | ||
Line 87: | Line 99: | ||
| [[KRecursiveLock]] * | | [[KRecursiveLock]] * | ||
| Recursive lock | | Recursive lock | ||
|- | |||
| 0x7C | |||
| [[KThread*]] | |||
| Current KThread- used in svcBreak | |||
|- | |- | ||
| 0x84 | | 0x84 |