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

References

tools/lldb/include/lldb/Target/Process.h
  243       : m_stop_id(rhs.m_stop_id), m_memory_id(rhs.m_memory_id) {}
  247       m_stop_id = rhs.m_stop_id;
  247       m_stop_id = rhs.m_stop_id;
  256     m_stop_id++;
  273   uint32_t GetStopID() const { return m_stop_id; }
  286     return m_stop_id == compare.m_stop_id;
  286     return m_stop_id == compare.m_stop_id;
  289   void SetInvalid() { m_stop_id = UINT32_MAX; }
  291   bool IsValid() const { return m_stop_id != UINT32_MAX; }