KDebugThread: Difference between revisions

No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
| 0x4
| 0x4
| u8
| u8
| Indicates that svcBreak was used
| Indicates that svcBreak was used with type != (UN)LOAD_RO
|-
|-
| 0x5
| 0x5
| u8
| u8
| Indicates that the thread is locked from debug features
| Indicates that the thread has been locked by KDebug-related functions
|-
|-
| 0x6
| 0x6
| u8
| u8
| Indicates that the thread shall be locked from debug features
| Indicates that the thread shall be locked, set by KDebug-related functions
|-
|-
| 0x7
| 0x7
Line 30: Line 30:
| 0x8
| 0x8
| u8
| u8
| For SYSCALL IN/OUT debug events: 0 for IN, 1 for OUT
| Thread is attached
|-
|-
| 0x9
| 0x9
| u8
| u8
| Indicates that a CREATE THREAD debug was signaled
| For SYSCALL IN/OUT debug events: 0 for IN, 1 for OUT
|-
|-
| 0xA
| 0xA
| u8[2]
| u8[2]
| Padding ?
| Padding
|-
|-
| 0xC
| 0xC
Line 46: Line 46:
| 0x10
| 0x10
| u32
| u32
| ID of the current thread (?)
| ID of the creator thread
|-
|-
| 0x14
| 0x14