Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp207 process_sp->SetShouldDetach(false); in DebugProcess()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DProcess.h726 void SetShouldDetach(bool b) { m_should_detach = b; } in SetShouldDetach() function
/openbsd/src/gnu/llvm/lldb/source/Target/
DPlatform.cpp1116 process_sp->SetShouldDetach(false); in DebugProcess()