Home
last modified time | relevance | path

Searched refs:m_section_load_history (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTarget.cpp93 m_mutex(), m_arch(target_arch), m_images(this), m_section_load_history(), in Target()
190 m_section_load_history.Clear(); in DeleteCurrentProcess()
276 m_section_load_history.Clear(); in Destroy()
1386 m_section_load_history.Clear(); in ClearModules()
2829 return m_section_load_history.ResolveLoadAddress(stop_id, load_addr, so_addr); in ResolveLoadAddress()
2841 m_section_load_history.GetSectionLoadAddress( in SetSectionLoadAddress()
2849 stop_id = m_section_load_history.GetLastStopID(); in SetSectionLoadAddress()
2850 if (m_section_load_history.SetSectionLoadAddress( in SetSectionLoadAddress()
2873 stop_id = m_section_load_history.GetLastStopID(); in UnloadModuleSections()
2879 section_unload_count += m_section_load_history.SetSectionUnloaded( in UnloadModuleSections()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DTarget.h1035 return m_section_load_history.GetCurrentSectionLoadList(); in GetSectionLoadList()
1407 SectionLoadHistory m_section_load_history; variable