SVC: Difference between revisions
Line 1,255: | Line 1,255: | ||
| Yes | | Yes | ||
| No | | No | ||
| Arguments: <code>u64 | | Arguments: <code>u32 what, u64 val</code> | ||
[[Configuration_Memory|0x1FF80015]] ("is devmode enabled") needs to be true. | |||
If | If <code>what</code> is 0 or any invalid value, nothing is done. | ||
If | If it is 1, <code>val != 0</code> is written to the global variable enabling register dumps on CPU exceptions (dumps that are fetched with svcGetDebugThre44adContext) | ||
If 3 | If 2, kernelpanic will be called when svcBreak is used by a non-attached process | ||
If 3, this changes the scheduling/preemption mode (when no threads are being preempted, otherwise returns error 0xC8A01414), see [[KResourceLimit]] for more details. | |||
|- | |- | ||
| 7 | | 7 |