Searched refs:m_stop_id (Results 1 – 10 of 10) sorted by relevance
26 m_stop_id (0), in ThreadList()34 m_stop_id (rhs.m_stop_id), in ThreadList()51 m_stop_id = rhs.m_stop_id; in operator =()71 return m_stop_id; in GetStopID()77 m_stop_id = stop_id; in SetStopID()437 m_stop_id = 0; in Clear()739 m_stop_id = rhs.m_stop_id; in Update()
39 m_stop_id (thread.GetProcess()->GetStopID()), in StopInfo()52 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid()62 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid()
30 m_stop_id (thread.GetProcess()->GetStopID()) in RegisterContext()
188 return m_stop_id; in GetStopID()194 m_stop_id = stop_id; in SetStopID()203 uint32_t m_stop_id; // The stop ID that any data in this context is valid for variable
1155 m_stop_id (0), in ProcessModID()1164 m_stop_id (rhs.m_stop_id), in ProcessModID()1172 m_stop_id = rhs.m_stop_id;1181 m_stop_id++; in BumpStopID()1194 uint32_t GetStopID() const { return m_stop_id; } in GetStopID()1207 return m_stop_id == compare.m_stop_id; in StopIDEqual()1212 m_stop_id = UINT32_MAX; in SetInvalid()1217 return m_stop_id != UINT32_MAX; in IsValid()1237 uint32_t m_stop_id;
153 uint32_t m_stop_id; ///< The process stop ID that this thread list is valid for. variable
202 uint32_t m_stop_id; // The process stop ID for which this stop info is valid variable
27 m_stop_id(0) in RegisterContextThreadMemory()46 if (m_stop_id != stop_id) in UpdateRegisterContext()48 m_stop_id = stop_id; in UpdateRegisterContext()
108 uint32_t m_stop_id; variable
12 …ldb lldb_private::StopInfo -s "ID: ${var.m_stop_id}, ${var.m_descri…