Home
last modified time | relevance | path

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

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