Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
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.h250 uint32_t GetLastNaturalStopID() const { return m_last_natural_stop_id; } in GetLastNaturalStopID() function
1486 uint32_t GetLastNaturalStopID() const { in GetLastNaturalStopID() function
1487 return m_mod_id.GetLastNaturalStopID(); in GetLastNaturalStopID()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1244 if (GetLastNaturalStopID() != m_extended_thread_stop_id) { in UpdateThreadListIfNeeded()
1247 m_extended_thread_stop_id = GetLastNaturalStopID(); in UpdateThreadListIfNeeded()
1250 m_queue_list_stop_id = GetLastNaturalStopID(); in UpdateThreadListIfNeeded()
1292 m_queue_list_stop_id != GetLastNaturalStopID()) { in UpdateQueueListIfNeeded()
1296 m_queue_list_stop_id = GetLastNaturalStopID(); in UpdateQueueListIfNeeded()
H A DTarget.cpp2911 uint32_t last_natural_stop = m_process_sp->GetModIDRef().GetLastNaturalStopID(); in RunStopHooks()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp451 return process_sp->GetLastNaturalStopID(); in GetStopID()