Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadHistory.h41 uint32_t GetLastStopID() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp27 uint32_t SectionLoadHistory::GetLastStopID() const { in GetLastStopID() function in SectionLoadHistory
H A DTarget.cpp3126 stop_id = m_section_load_history.GetLastStopID(); in SetSectionLoadAddress()
3150 stop_id = m_section_load_history.GetLastStopID(); in UnloadModuleSections()
3169 stop_id = m_section_load_history.GetLastStopID(); in SetSectionUnloaded()
3180 stop_id = m_section_load_history.GetLastStopID(); in SetSectionUnloaded()