KDebug: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
| 0x2C | | 0x2C | ||
| u32 | | u32 | ||
| Debug event flags | | Debug event flags. | ||
Bit0: debugger is attached, bit1: report CPU exceptions, bit2 : ?, bit3: ?, bit4: ? | |||
|- | |- | ||
| 0x34 | | 0x34 | ||
Line 80: | Line 81: | ||
|- | |- | ||
| 0x74 | | 0x74 | ||
| [[KObjectMutex]] | | [[KObjectMutex]] * | ||
| | | Recursive lock | ||
|- | |- | ||
| 0x84 | | 0x84 | ||
Line 102: | Line 103: | ||
| u16 | | u16 | ||
| ID of the invalid SVC that was attempted | | ID of the invalid SVC that was attempted | ||
|- | |||
| 0x98 | |||
| const char * | |||
| Debug string | |||
|- | |||
| 0x9C | |||
| u32 | |||
| Debug string length | |||
|} | |} | ||
Exception fields are set for the latest notified exception that occured in userland. | Exception fields are set for the latest notified exception that occured in userland. |