Home
last modified time | relevance | path

Searched refs:GetShouldDetach (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp53 if (!process_sp->GetShouldDetach()) { in ShouldAskForConfirmation()
H A DCommandObjectProcess.cpp70 else if (process->GetShouldDetach()) in StopProcessIfNecessary()
83 if (process->GetShouldDetach()) { in StopProcessIfNecessary()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h783 bool GetShouldDetach() const { return m_should_detach; } in GetShouldDetach() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3506 if (GetShouldDetach()) { in DestroyImpl()