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.cpp72 else if (process->GetShouldDetach()) in StopProcessIfNecessary()
85 if (process->GetShouldDetach()) { in StopProcessIfNecessary()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h779 bool GetShouldDetach() const { return m_should_detach; } in GetShouldDetach() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3521 if (GetShouldDetach()) { in DestroyImpl()