Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.h41 Status StopDebugging(bool terminate);
H A DProcessDebugger.cpp96 error = debugger_thread->StopDebugging(false); in DetachProcess()
238 auto error = debugger_thread->StopDebugging(true); in DestroyProcess()
H A DDebuggerThread.cpp136 Status DebuggerThread::StopDebugging(bool terminate) { in StopDebugging() function in DebuggerThread