KDebug: Difference between revisions
No edit summary |
No edit summary |
||
Line 46: | Line 46: | ||
| u8 | | u8 | ||
| Indicates that a debug event is currently being signaled to this object | | Indicates that a debug event is currently being signaled to this object | ||
|- | |||
| 0x1F | |||
| u8 | |||
| Indicates that the parent process is paused (using svcBreakDebugProcess). | |||
svcContinueDebugEvent will ignore all debug events other than EXIT PROCESS, and some other debug SVCs will return an error. | |||
|- | |- | ||
| 0x20 | | 0x20 | ||
Line 90: | Line 95: | ||
| 0x4C | | 0x4C | ||
| [[KProcess]]* | | [[KProcess]]* | ||
| | | Parent process | ||
|- | |- | ||
| 0x50 | | 0x50 |