reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Target/Process.h
  739   bool GetShouldDetach() const { return m_should_detach; }
  741   void SetShouldDetach(bool b) { m_should_detach = b; }
tools/lldb/source/Target/Process.cpp
 2516       m_should_detach = false;
 2771             m_should_detach = true;
 2843         m_should_detach = true;
 3245     m_should_detach = false;