| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadList.cpp | 27 : 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 D | QueueItem.cpp | 24 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 D | QueueList.cpp | 17 : m_process(process), m_stop_id(0), m_queues(), m_mutex() {} in QueueList()
|
| H A D | Trace.cpp | 288 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 D | StopInfo.cpp | 36 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 D | RegisterContext.cpp | 28 m_stop_id(thread.GetProcess()->GetStopID()) {} in RegisterContext()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectUpdater.cpp | 28 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 D | RegisterContext.h | 225 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 D | QueueItem.h | 112 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 D | Process.h | 221 : 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 D | QueueList.h | 98 m_stop_id; ///< The process stop ID that this queue list is valid for. variable
|
| H A D | ThreadList.h | 152 m_stop_id; ///< The process stop ID that this thread list is valid for. variable
|
| H A D | StopInfo.h | 217 uint32_t m_stop_id; // The process stop ID for which this stop info is valid variable
|
| H A D | Trace.h | 538 uint32_t m_stop_id = LLDB_INVALID_STOP_ID;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextThreadMemory.cpp | 23 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 D | RegisterContextThreadMemory.h | 96 uint32_t m_stop_id; variable
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | ValueObjectUpdater.h | 27 uint32_t m_stop_id = UINT32_MAX; variable
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
| H A D | DynamicLoaderFreeBSDKernel.cpp | 390 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 D | NativeProcessProtocol.cpp | 746 ++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 D | NativeProcessProtocol.h | 435 uint32_t m_stop_id = 0; variable
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5136 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
|