KDebug: Difference between revisions
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
| 0x2C | | 0x2C | ||
| u32 | | u32 | ||
| Debug event flags | | Debug event flags set by svcContinueDebugEvents | ||
Bit0: debugger is attached, bit1: report "EXCEPTION" events (this flag is bypassed for svc 0xFF), bit2 : ?, bit3: ?, bit4: ? | Bit0: debugger is attached, bit1: report "EXCEPTION" events (this flag is bypassed for svc 0xFF), bit2 : ?, bit3: ?, bit4: ? | ||
|- | |- | ||
Line 55: | Line 55: | ||
| [[KLinkedListNode]]* | | [[KLinkedListNode]]* | ||
| Pointer to last KLinkedListNode in linked list of KEventInfo objects | | Pointer to last KLinkedListNode in linked list of KEventInfo objects | ||
|- | |||
| 0x40 | |||
| u32 | |||
| Count of KEventInfo object nodes to be fetched with svcContinueDebugEvent (associated with this KDebug object) | |||
|- | |||
| 0x44 | |||
| [[KLinkedListNode]]* | |||
| Pointer to first KLinkedListNode in linked list of KEventInfo objects to be fetched with svcContinueDebugEvent | |||
|- | |||
| 0x48 | |||
| [[KLinkedListNode]]* | |||
| Pointer to last KLinkedListNode in linked list of KEventInfo objects to be fetched with svcContinueDebugEvent | |||
|- | |- | ||
| 0x4C | | 0x4C |