Jump to content

DBG N ProcTerm: Difference between revisions

From EDM2
Created page with "Debug Notification -6 - Process Termination Notification This notification returns: * Cmd= DBG_N_ProcTerm * Value= Process Exit Code * Index= Process Exit Type * Addr= 0..."
 
Ak120 (talk | contribs)
m Redirected page to Debug Notifications
 
Line 1: Line 1:
Debug Notification -6 - Process Termination Notification
#REDIRECT[[Debug Notifications]]
 
This notification returns:
* Cmd= DBG_N_ProcTerm
* Value= Process Exit Code
* Index= Process Exit Type
* Addr= 0
 
The debuggee process is about to terminate.
 
The debugger is still allowed to examine the debuggee's final register and memory contents at this time. Note that when the debugger has completed this examination, it should finish terminating the debuggee process with a final DBG_C_Go, DBG_C_SStep, or DBG_C_Term command.
 
Value and Index contain the same information as that returned via a subsequent DosWaitChild call. The act of collecting this information does not terminate the process.
 
[[Category:DBG_N]]
{{DISPLAYTITLE:DBG_N_ProcTerm}}

Latest revision as of 13:48, 10 March 2020