Home
last modified time | relevance | path

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

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