Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp206 process_sp->SetShouldDetach(false); in DebugProcess()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h751 void SetShouldDetach(bool b) { m_should_detach = b; } in SetShouldDetach() function
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1148 process_sp->SetShouldDetach(false); in DebugProcess()