Home
last modified time | relevance | path

Searched refs:GetLastStopID (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadHistory.h41 uint32_t GetLastStopID() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp27 uint32_t SectionLoadHistory::GetLastStopID() const { in GetLastStopID() function in SectionLoadHistory
H A DTarget.cpp3138 stop_id = m_section_load_history.GetLastStopID(); in SetSectionLoadAddress()
3162 stop_id = m_section_load_history.GetLastStopID(); in UnloadModuleSections()
3181 stop_id = m_section_load_history.GetLastStopID(); in SetSectionUnloaded()
3192 stop_id = m_section_load_history.GetLastStopID(); in SetSectionUnloaded()