Searched refs:debugger_thread (Results 1 – 1 of 1) sorted by relevance
76 DebuggerThreadSP debugger_thread; in DetachProcess() local89 debugger_thread = m_session_data->m_debugger; in DetachProcess()95 debugger_thread->GetProcess().GetNativeProcess().GetSystemHandle()); in DetachProcess()96 error = debugger_thread->StopDebugging(false); in DetachProcess()213 DebuggerThreadSP debugger_thread; in DestroyProcess() local227 debugger_thread = m_session_data->m_debugger; in DestroyProcess()237 debugger_thread->GetProcess().GetNativeProcess().GetSystemHandle()); in DestroyProcess()238 auto error = debugger_thread->StopDebugging(true); in DestroyProcess()