Home
last modified time | relevance | path

Searched refs:m_stop_id (Results 1 – 10 of 10) sorted by relevance

/external/lldb/source/Target/
DThreadList.cpp26 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()
DStopInfo.cpp39 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()
DRegisterContext.cpp30 m_stop_id (thread.GetProcess()->GetStopID()) in RegisterContext()
/external/lldb/include/lldb/Target/
DRegisterContext.h188 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
DProcess.h1155 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;
DThreadList.h153 uint32_t m_stop_id; ///< The process stop ID that this thread list is valid for. variable
DStopInfo.h202 uint32_t m_stop_id; // The process stop ID for which this stop info is valid variable
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextThreadMemory.cpp27 m_stop_id(0) in RegisterContextThreadMemory()
46 if (m_stop_id != stop_id) in UpdateRegisterContext()
48 m_stop_id = stop_id; in UpdateRegisterContext()
DRegisterContextThreadMemory.h108 uint32_t m_stop_id; variable
/external/lldb/examples/summaries/
Dlldb12 …ldb lldb_private::StopInfo -s "ID: ${var.m_stop_id}, ${var.m_descri…