Jump to content

DBG_N_ProcTerm

From EDM2
Revision as of 23:43, 4 March 2020 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Debug Notification -6 - Process Termination Notification

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.