Searched refs:m_pid_to_detach (Results 1 – 2 of 2) sorted by relevance
59 : m_debug_delegate(debug_delegate), m_pid_to_detach(0), in DebuggerThread()218 m_pid_to_detach = GetProcess().GetProcessId(); in StopDebugging()356 if (m_pid_to_detach != 0 && in HandleExceptionEvent()360 m_pid_to_detach.load()); in HandleExceptionEvent()361 ::DebugActiveProcessStop(m_pid_to_detach); in HandleExceptionEvent()
84 std::atomic<DWORD> m_pid_to_detach; variable