PM (Process Manager) application service.
Result PMDBG_LaunchApp(const FS_ProgramInfo *programInfo, u32 launchFlags)
Launches an application for debug after setting cpuTime to 0.
Handle * pmDbgGetSessionHandle(void)
Gets the current pm:dbg session handle.
Result PMDBG_RunQueuedProcess(Handle *outDebug)
Runs the queued process and returns a debug handle to it.
Result pmDbgInit(void)
Initializes pm:dbg.
Result PMDBG_LaunchAppDebug(Handle *outDebug, const FS_ProgramInfo *programInfo, u32 launchFlags)
Enqueues an application for debug after setting cpuTime to 0, and returns a debug handle to it.
void pmDbgExit(void)
Exits pm:dbg.
Program information.
Definition: fs.h:183
u32 Handle
Resource handle.
Definition: types.h:41
s32 Result
Function result.
Definition: types.h:42
uint32_t u32
32-bit unsigned integer
Definition: types.h:23