Difference between revisions of "KDebugThread"

From 3dbrew
Jump to navigation Jump to search
(Created page with "Category:Kernel objects Size : 0x18 bytes {| class="wikitable" border="1" |- ! Offset ! Type ! Description |- | 0x0 | | |}")
 
(Begun KDebugThread)
Line 11: Line 11:
 
|-
 
|-
 
| 0x0
 
| 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
 
|}
 
|}

Revision as of 06:17, 21 March 2015


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