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

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DQueueItem.h165 m_stop_id = stop_id;
171 return m_stop_id;
226 uint32_t m_stop_id; // indicates when this backtrace was recorded in time member in class:lldb_private::QueueItem
H A DQueueList.h131 uint32_t m_stop_id; ///< The process stop ID that this queue list is valid for. member in class:lldb_private::QueueList
H A DRegisterContext.h205 return m_stop_id;
211 m_stop_id = stop_id;
220 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.h164 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.h1217 m_stop_id (0),
1226 m_stop_id (rhs.m_stop_id),
1234 m_stop_id = rhs.m_stop_id;
1243 m_stop_id++;
1256 uint32_t GetStopID() const { return m_stop_id; }
1269 return m_stop_id == compare.m_stop_id;
1274 m_stop_id
1299 uint32_t m_stop_id; member in class:lldb_private::ProcessInstanceInfoList
[all...]
H A DStackFrame.h516 uint32_t m_stop_id; member in class:lldb_private::StackFrame
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.h45 uint32_t m_stop_id; member in class:lldb_private::HistoryUnwind
H A DRegisterContextThreadMemory.cpp27 m_stop_id(0)
46 if (m_stop_id != stop_id)
48 m_stop_id = stop_id;
H A DHistoryThread.cpp32 m_stop_id (stop_id),
H A DHistoryThread.h112 uint32_t m_stop_id; member in class:lldb_private::HistoryThread
H A DHistoryUnwind.cpp29 m_stop_id (stop_id),
H A DRegisterContextThreadMemory.h108 uint32_t m_stop_id; member in class:lldb_private::RegisterContextThreadMemory
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DQueueItem.cpp26 m_stop_id (0),
H A DQueueList.cpp19 m_stop_id (0),
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;
462 m_stop_id = 0;
764 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())
H A DStackFrame.cpp68 m_stop_id (stop_id),
107 m_stop_id (0),
146 m_stop_id (0),
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3078 m_stop_id (UINT32_MAX)
3118 if (m_stop_id == process_sp->GetStopID() && thread_sp->GetID() == m_tid)
3129 m_stop_id = process_sp->GetStopID();
3171 uint32_t m_stop_id; member in class:ThreadTreeDelegate
4398 m_stop_id (0),
4512 const bool stop_id_changed = stop_id != m_stop_id;
4514 m_stop_id = stop_id;
5130 uint32_t m_stop_id; member in class:SourceFileWindowDelegate

Completed in 221 milliseconds