Home
last modified time | relevance | path

Searched refs:m_pid_to_detach (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.cpp59 : 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()
DDebuggerThread.h84 std::atomic<DWORD> m_pid_to_detach; variable