Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h785 void SetShouldDetach(bool b) { m_should_detach = b; } in SetShouldDetach() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1050 process_sp->SetShouldDetach(false); in DebugProcess()