Process Manager services: Difference between revisions
No edit summary |
|||
Line 92: | Line 92: | ||
| 2 || [[#StartDebugProcess]] | | 2 || [[#StartDebugProcess]] | ||
|- | |- | ||
| 3 || [[# | | 3 || [[#GetTitlePid]] | ||
|- | |- | ||
| 4 || [[#EnableDebugForTitleId]] | | 4 || [[#EnableDebugForTitleId]] | ||
|- | |- | ||
| 5 || [[# | | 5 || [[#GetApplicationPid]] | ||
|- | |- | ||
| 6 || [[#EnableDebugForApplication]] | | 6 || [[#EnableDebugForApplication]] | ||
Line 118: | Line 118: | ||
After that, it sets last process state to ProcessEvent_DebugDetached. | After that, it sets last process state to ProcessEvent_DebugDetached. | ||
== | == GetTitlePid == | ||
Takes a | Takes a title-id and returns the pid. | ||
== EnableDebugForTitleId == | == EnableDebugForTitleId == | ||
Line 128: | Line 128: | ||
Returns an event handle that is signaled when the requested title is about to be launched. | Returns an event handle that is signaled when the requested title is about to be launched. | ||
== | == GetApplicationPid == | ||
Returns the pid of the | Returns the pid of the application process. | ||
== EnableDebugForApplication == | == EnableDebugForApplication == |