Changes

Jump to navigation Jump to search
Line 92: Line 92:  
| 2 || [[#StartDebugProcess]]
 
| 2 || [[#StartDebugProcess]]
 
|-
 
|-
| 3 || [[#GetDebuggedTitleId]]
+
| 3 || [[#GetTitlePid]]
 
|-
 
|-
 
| 4 || [[#EnableDebugForTitleId]]
 
| 4 || [[#EnableDebugForTitleId]]
 
|-
 
|-
| 5 || [[#GetDebuggedPid]]
+
| 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.
   −
== GetDebuggedTitleId ==
+
== GetTitlePid ==
Takes a pid and returns the title-id.
+
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.
   −
== GetDebuggedPid ==
+
== GetApplicationPid ==
Returns the pid of the debugged process.
+
Returns the pid of the application process.
    
== EnableDebugForApplication ==
 
== EnableDebugForApplication ==

Navigation menu