SVC: Difference between revisions

TuxSH (talk | contribs)
TuxSH (talk | contribs)
Line 1,931: Line 1,931:
| 1 || DebugEvent_AttachThread
| 1 || DebugEvent_AttachThread
|-
|-
| 2 ||
| 2 || DebugEvent_ExitProcess
|-
|-
| 3 || DebugEvent_Exit
| 3 || DebugEvent_ExitThread
|-
|-
| 4 || DebugEvent_Exception
| 4 || DebugEvent_Exception
Line 1,942: Line 1,942:
! Value || Name
! Value || Name
|-
|-
| 0 || Exception_UndefinedInstruction
| 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:
|}
|}


UndefinedInstruction specifics:
* 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