SVC: Difference between revisions
Line 1,931: | Line 1,931: | ||
| 1 || DebugEvent_AttachThread | | 1 || DebugEvent_AttachThread | ||
|- | |- | ||
| 2 || | | 2 || DebugEvent_ExitProcess | ||
|- | |- | ||
| 3 || | | 3 || DebugEvent_ExitThread | ||
|- | |- | ||
| 4 || DebugEvent_Exception | | 4 || DebugEvent_Exception | ||
Line 1,942: | Line 1,942: | ||
! Value || Name | ! Value || Name | ||
|- | |- | ||
| 0 || | | 0 || Exception_Trap (*) | ||
|- | |- | ||
| 1 || Exception_InstructionAbort | | 1 || Exception_InstructionAbort | ||
|- | |- | ||
| 2 || Exception_DataAbortMisc | | 2 || Exception_DataAbortMisc (**) | ||
|- | |- | ||
| 3 || Exception_PcSpAlignmentFault | | 3 || Exception_PcSpAlignmentFault | ||
Line 1,963: | Line 1,963: | ||
|} | |} | ||
* Undefined instructions, software breakpoints, some other traps. | |||
** Data aborts, FP traps, and everything else that doesn't belong to any of the above. | |||
Trap specifics: | |||
{| class=wikitable | {| class=wikitable | ||
! Offset || Length || Description | ! Offset || Length || Description |