Line 396:
Line 396:
| 0x1E || 0x1E || IOSError || [[#IOS_GetAbsTimeStruct|IOS_GetAbsTimeStruct]] || [[#IOSTimeStruct|IOSTimeStruct]] *out
| 0x1E || 0x1E || IOSError || [[#IOS_GetAbsTimeStruct|IOS_GetAbsTimeStruct]] || [[#IOSTimeStruct|IOSTimeStruct]] *out
|-
|-
−
| 0x1F || 0x1F || IOSError || [[#SetProcessPanic|SetProcessPanic]] || IOSProcessId id, u32 flag
+
| 0x1F || 0x1F || IOSError || [[#DisableExceptionPanic|DisableExceptionPanic]] || IOSProcessId id, bool enable
|-
|-
| 0x20 || 0x20 || IOSError || IsDevelopment ||
| 0x20 || 0x20 || IOSError || IsDevelopment ||
Line 655:
Line 655:
Returns the absolute time (up time + RTC) in struct format.
Returns the absolute time (up time + RTC) in struct format.
−
=== SetProcessPanic ===
+
=== DisableExceptionPanic ===
−
Enables or disables raising a panic when a system fault occurs in the specified process. This is only usable from the IOS-MCP process. Once finished, this will always set the flag for PID0(IOS-KERNEL) to value 1.
+
Disables raising a panic when an exception occurs in the specified process. IOS-MCP can call this with any IOSProcessId while other processes must use their own IOSProcessId. Only IOS processes can be targeted and IOS-KERNEL is always forced back to the enabled state.
=== ReadEfuse ===
=== ReadEfuse ===