Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h724 bool GetShouldDetach() const { return m_should_detach; } in GetShouldDetach()
726 void SetShouldDetach(bool b) { m_should_detach = b; } in SetShouldDetach()
2935 bool m_should_detach; /// Should we detach if the process object goes away variable
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp436 m_should_detach(false), m_next_event_action_up(), m_public_run_lock(), in Process()
2531 m_should_detach = false; in LaunchPrivate()
2801 m_should_detach = true; in Attach()
2873 m_should_detach = true; in Attach()
3281 m_should_detach = false; in DestroyImpl()