Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h783 bool GetShouldDetach() const { return m_should_detach; } in GetShouldDetach()
785 void SetShouldDetach(bool b) { m_should_detach = b; } in SetShouldDetach()
3128 bool m_should_detach; /// Should we detach if the process object goes away variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp474 m_should_detach(false), m_next_event_action_up(), m_public_run_lock(), in Process()
2719 m_should_detach = false; in LaunchPrivate()
2993 m_should_detach = true; in Attach()
3065 m_should_detach = true; in Attach()
3504 m_should_detach = false; in DestroyImpl()