Searched refs:m_stop_id (Results 1 - 9 of 9) sorted by relevance

/external/lldb/include/lldb/Target/
H A DRegisterContext.h188 return m_stop_id;
194 m_stop_id = stop_id;
203 uint32_t m_stop_id; // The stop ID that any data in this context is valid for member in class:lldb_private::RegisterContext
H A DThreadList.h153 uint32_t m_stop_id; ///< The process stop ID that this thread list is valid for. member in class:lldb_private::ThreadList
H A DStopInfo.h202 uint32_t m_stop_id; // The process stop ID for which this stop info is valid member in class:lldb_private::StopInfo
H A DProcess.h1155 m_stop_id (0),
1164 m_stop_id (rhs.m_stop_id),
1172 m_stop_id = rhs.m_stop_id;
1181 m_stop_id++;
1194 uint32_t GetStopID() const { return m_stop_id; }
1207 return m_stop_id == compare.m_stop_id;
1212 m_stop_id
1237 uint32_t m_stop_id; member in class:lldb_private::ProcessInstanceInfoList
[all...]
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp27 m_stop_id(0)
46 if (m_stop_id != stop_id)
48 m_stop_id = stop_id;
H A DRegisterContextThreadMemory.h108 uint32_t m_stop_id; member in class:lldb_private::RegisterContextThreadMemory
/external/lldb/source/Target/
H A DThreadList.cpp26 m_stop_id (0),
34 m_stop_id (rhs.m_stop_id),
51 m_stop_id = rhs.m_stop_id;
71 return m_stop_id;
77 m_stop_id = stop_id;
437 m_stop_id = 0;
739 m_stop_id = rhs.m_stop_id;
[all...]
H A DStopInfo.cpp39 m_stop_id (thread.GetProcess()->GetStopID()),
52 return thread_sp->GetProcess()->GetStopID() == m_stop_id;
62 m_stop_id = thread_sp->GetProcess()->GetStopID();
H A DRegisterContext.cpp30 m_stop_id (thread.GetProcess()->GetStopID())

Completed in 158 milliseconds