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

References

tools/lldb/include/lldb/Target/Process.h
  118     m_detach_on_error = launch_info.GetDetachOnError();
  172   bool GetDetachOnError() const { return m_detach_on_error; }
  174   void SetDetachOnError(bool enable) { m_detach_on_error = enable; }