Home
last modified time | relevance | path

Searched refs:GetLastNaturalStopID (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectUpdater.cpp27 const uint32_t current_stop_id = process_sp->GetLastNaturalStopID(); in GetSP()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h253 uint32_t GetLastNaturalStopID() const { return m_last_natural_stop_id; } in GetLastNaturalStopID() function
1482 uint32_t GetLastNaturalStopID() const { in GetLastNaturalStopID() function
1483 return m_mod_id.GetLastNaturalStopID(); in GetLastNaturalStopID()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1190 if (GetLastNaturalStopID() != m_extended_thread_stop_id) { in UpdateThreadListIfNeeded()
1193 m_extended_thread_stop_id = GetLastNaturalStopID(); in UpdateThreadListIfNeeded()
1196 m_queue_list_stop_id = GetLastNaturalStopID(); in UpdateThreadListIfNeeded()
1238 m_queue_list_stop_id != GetLastNaturalStopID()) { in UpdateQueueListIfNeeded()
1242 m_queue_list_stop_id = GetLastNaturalStopID(); in UpdateQueueListIfNeeded()
H A DTarget.cpp3087 uint32_t last_natural_stop = m_process_sp->GetModIDRef().GetLastNaturalStopID(); in RunStopHooks()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp454 return process_sp->GetLastNaturalStopID(); in GetStopID()