Searched refs:DebugActiveProcessStop (Results 1 – 3 of 3) sorted by relevance
1471 static BOOL WINAPI (*DebugActiveProcessStop)(DWORD); variable1485 if (!DebugActiveProcessStop) in has_detach_ability()1486 DebugActiveProcessStop = GetProcAddress (kernel32, in has_detach_ability()1488 if (DebugSetProcessKillOnExit && DebugActiveProcessStop) in has_detach_ability()1636 if (!DebugActiveProcessStop (current_event.dwProcessId)) in child_detach()
2204 (DebugActiveProcessStop): Ditto for DebugActiveProcessStop().
325 ::DebugActiveProcessStop(m_pid_to_detach); in HandleExceptionEvent()