SVC: Difference between revisions
Add some information about svcCreateInterruptEvent |
Misson20000 (talk | contribs) add some result codes for svcContinueDebugEvent |
||
Line 183: | Line 183: | ||
| 0x63 || svcGetDebugEvent || X0=[[#DebugEventInfo]]*, W1=debug_handle || W0=result | | 0x63 || svcGetDebugEvent || X0=[[#DebugEventInfo]]*, W1=debug_handle || W0=result | ||
|- | |- | ||
| 0x64 || svcContinueDebugEvent || [1.0.0-2.3.0] W0=debug_handle, W1=[[#ContinueDebugFlagsOld]], X2=thread_id | | 0x64 || [[#svcContinueDebugEvent]] || [1.0.0-2.3.0] W0=debug_handle, W1=[[#ContinueDebugFlagsOld]], X2=thread_id | ||
[3.0.0+] W0=debug_handle, W1=[[#ContinueDebugFlags]], X2=thread_id_list(u64 *), W3=num_tids (max 64, 0 means "all threads") | [3.0.0+] W0=debug_handle, W1=[[#ContinueDebugFlags]], X2=thread_id_list(u64 *), W3=num_tids (max 64, 0 means "all threads") | ||
|| W0=result | || W0=result | ||
Line 1,275: | Line 1,275: | ||
'''Description:''' Unmaps an attached device address space from an userspace address. | '''Description:''' Unmaps an attached device address space from an userspace address. | ||
== svcContinueDebugEvent == | |||
=== Result codes === | |||
'''0x0:''' Success. The process has been resumed. | |||
'''0xe401:''' Invalid debug handle. | |||
'''0xf401:''' Process has debug events queued. | |||
== svcGetSystemInfo == | == svcGetSystemInfo == |