Process Manager services: Difference between revisions
Line 35: | Line 35: | ||
Finally it does svcStartProcess on the process handle that was returned by [[Loader_services|ldr:pm]] CreateProcess, and sets process state to 2. | Finally it does svcStartProcess on the process handle that was returned by [[Loader_services|ldr:pm]] CreateProcess, and sets process state to 2. | ||
If the title-id matches the title-id given in [[#EnableDebugForTitleId]], then svcStartProcess is not called. Instead process remains in suspended state, and has to be done manually by the [[#StartProcess]] command. | |||
Thus at the point of launch, the pid is already registered in ldr, fs, sm, and pm. | Thus at the point of launch, the pid is already registered in ldr, fs, sm, and pm. |