KDebugThread: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
| u32 | | u32 | ||
| ID of the current thread (?) | | ID of the current thread (?) | ||
|- | |||
| 0x14 | |||
| u32 | |||
| Fault Address Register (for the latest notified exception) | |||
|} | |} |
Revision as of 23:00, 12 December 2016
Size : 0x18 bytes
Offset | Type | Description |
---|---|---|
0x0 | KThread* | Pointer to KThread object this KDebugThread is linked to |
0x4 | u8 | Unknown |
0x5 | u8 | Unknown |
0x6 | u8 | Unknown |
0x7 | u8 | Unknown |
0x8 | u8 | Unknown |
0x9 | u8 | Unknown |
0x10 | u32 | ID of the current thread (?) |
0x14 | u32 | Fault Address Register (for the latest notified exception) |