Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp76 DebuggerThreadSP debugger_thread; in DetachProcess() local
89 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() local
227 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()