SVC: Difference between revisions

No edit summary
Line 433: Line 433:
| style="background: green" | Yes
| style="background: green" | Yes
| Break(BreakReason reason)
| Break(BreakReason reason)
Break(BreakReason debugReason, u32 debugParameter1, u32 debugParameter2)
Break(BreakReason debugReason, const void* croInfo, u32 croInfoSize)
|
|
|-
|-
Line 636: Line 636:
| style="background: red" | No
| style="background: red" | No
| style="background: red" | No
| style="background: red" | No
| Result SetDebugThreadContext(Handle debug, u32 threadId, ThreadContext* context, u32 controlFlags)
| Result SetDebugThreadContext(Handle debug, u32 threadId, const ThreadContext* context, u32 controlFlags)
|
|
|-
|-
Line 1,073: Line 1,073:
|-
|-
| u32[2]
| u32[2]
| User-provided parameters for debug reasons, or 0
| Info for LOAD_RO and UNLOAD_RO
|}
|}


Line 1,090: Line 1,090:
| 2
| 2
|-
|-
| DEBUG_ASSERT
| LOAD_RO
| 3
| 3
|-
|-
| DEBUG_USER
| UNLOAD_RO
| 4
| 4
|}
|}