Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp27 : ThreadCollection(), m_process(process), m_stop_id(0), in ThreadList()
31 : ThreadCollection(), m_process(rhs.m_process), m_stop_id(rhs.m_stop_id), in ThreadList()
46 m_stop_id = rhs.m_stop_id; in operator =()
78 uint32_t ThreadList::GetStopID() const { return m_stop_id; } in GetStopID()
80 void ThreadList::SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
458 m_stop_id = 0; in Clear()
749 m_stop_id = rhs.m_stop_id; in Update()
H A DQueueItem.cpp24 m_target_queue_id(LLDB_INVALID_QUEUE_ID), m_stop_id(0), m_backtrace(), in QueueItem()
75 return m_stop_id; in GetStopID()
H A DQueueList.cpp17 : m_process(process), m_stop_id(0), m_queues(), m_mutex() {} in QueueList()
H A DTrace.cpp288 if (new_stop_id == m_stop_id) in RefreshLiveProcessState()
294 m_stop_id = new_stop_id; in RefreshLiveProcessState()
371 return m_stop_id; in GetStopID()
H A DStopInfo.cpp36 m_stop_id(thread.GetProcess()->GetStopID()), in StopInfo()
44 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid()
51 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid()
H A DRegisterContext.cpp28 m_stop_id(thread.GetProcess()->GetStopID()) {} in RegisterContext()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectUpdater.cpp28 if (current_stop_id == m_stop_id) in GetSP()
31 m_stop_id = current_stop_id; in GetSP()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h225 uint32_t GetStopID() const { return m_stop_id; }
227 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; }
247 uint32_t m_stop_id; // The stop ID that any data in this context is valid for
237 uint32_t m_stop_id; // The stop ID that any data in this context is valid for global() variable
H A DQueueItem.h112 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID()
155 uint32_t m_stop_id; // indicates when this backtrace was recorded in time variable
H A DProcess.h221 : m_stop_id(rhs.m_stop_id), m_memory_id(rhs.m_memory_id) {} in ProcessModID()
225 m_stop_id = rhs.m_stop_id;
234 const uint32_t prev_stop_id = m_stop_id++; in BumpStopID()
252 uint32_t GetStopID() const { return m_stop_id; } in GetStopID()
265 return m_stop_id == compare.m_stop_id; in StopIDEqual()
268 void SetInvalid() { m_stop_id = UINT32_MAX; } in SetInvalid()
270 bool IsValid() const { return m_stop_id != UINT32_MAX; } in IsValid()
323 m_stop_id, m_last_natural_stop_id, m_resume_id, m_memory_id, in Dump()
329 uint32_t m_stop_id = 0;
H A DQueueList.h98 m_stop_id; ///< The process stop ID that this queue list is valid for. variable
H A DThreadList.h152 m_stop_id; ///< The process stop ID that this thread list is valid for. variable
H A DStopInfo.h217 uint32_t m_stop_id; // The process stop ID for which this stop info is valid variable
H A DTrace.h538 uint32_t m_stop_id = LLDB_INVALID_STOP_ID;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp23 m_reg_ctx_sp(), m_register_data_addr(register_data_addr), m_stop_id(0) {} in RegisterContextThreadMemory()
36 if (m_stop_id != stop_id) { in UpdateRegisterContext()
37 m_stop_id = stop_id; in UpdateRegisterContext()
H A DRegisterContextThreadMemory.h96 uint32_t m_stop_id; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectUpdater.h27 uint32_t m_stop_id = UINT32_MAX; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp390 m_stop_id = process->GetStopID(); in LoadImageUsingMemoryModule()
459 m_stop_id = process->GetStopID(); in LoadImageUsingMemoryModule()
495 m_stop_id = process->GetStopID(); in LoadImageUsingFileAddress()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp746 ++m_stop_id; in SetState()
752 DoStopIDBumped(m_stop_id); in SetState()
762 return m_stop_id; in GetStopID()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h435 uint32_t m_stop_id = 0; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5136 if (m_stop_id == process_sp->GetStopID() && in TreeDelegateGenerateChildren()
5144 m_stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren()
5184 uint32_t m_stop_id = UINT32_MAX; member in ThreadTreeDelegate
5235 if (m_stop_id == stop_id) in TreeDelegateGenerateChildren()
5238 m_stop_id = stop_id; in TreeDelegateGenerateChildren()
5301 uint32_t m_stop_id = UINT32_MAX; member in ThreadsTreeDelegate
6864 const bool stop_id_changed = stop_id != m_stop_id; in WindowDelegateDraw()
6866 m_stop_id = stop_id; in WindowDelegateDraw()
7543 uint32_t m_stop_id = 0; member in SourceFileWindowDelegate