Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DSectionLoadHistory.h41 uint32_t GetLastStopID() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DSectionLoadHistory.cpp27 uint32_t SectionLoadHistory::GetLastStopID() const { in GetLastStopID() function in SectionLoadHistory
H A DTarget.cpp2928 stop_id = m_section_load_history.GetLastStopID(); in SetSectionLoadAddress()
2952 stop_id = m_section_load_history.GetLastStopID(); in UnloadModuleSections()
2971 stop_id = m_section_load_history.GetLastStopID(); in SetSectionUnloaded()
2982 stop_id = m_section_load_history.GetLastStopID(); in SetSectionUnloaded()