Jump to content

DBG N ThreadTerm: Difference between revisions

From EDM2
Created page with "Debug Notification -10 - Thread Termination Notification This notification returns: * Cmd= DBG_N_ThreadTerm * Value= Thread's proposed return code (from DosExit) * Addr= ..."
 
Ak120 (talk | contribs)
m Redirected page to Debug Notifications
 
Line 1: Line 1:
Debug Notification -10 - Thread Termination Notification
#REDIRECT[[Debug Notifications]]
 
This notification returns:
* Cmd= DBG_N_ThreadTerm
* Value= Thread's proposed return code (from DosExit)
* Addr= 0
 
A debuggee thread is about to terminate.
 
DosExitList processing has not yet been started.
 
The debugger is still allowed to examine the debuggee thread' signal register contents at this time. When the debugger has completed this examination, it should finish terminating the debuggee thread with a final DBG_C_Go or DBG_C_SStep command.
 
Value contains the return code from the thread. This is only a proposed return code passed from [[DosExit]]. Only when the process actually terminates is the return code that is passed to [[DosWaitChild]] finally known.
 
[[Category:DBG_N]]
{{DISPLAYTITLE:DBG_N_ThreadTerm}}

Latest revision as of 13:42, 10 March 2020