Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp101 m_mutex(), m_arch(target_arch), m_images(this), m_section_load_history(), in Target()
197 m_section_load_history.Clear(); in DeleteCurrentProcess()
286 m_section_load_history.Clear(); in Destroy()
1460 m_section_load_history.Clear(); in ClearModules()
3106 return m_section_load_history.ResolveLoadAddress(stop_id, load_addr, so_addr); in ResolveLoadAddress()
3118 m_section_load_history.GetSectionLoadAddress( in SetSectionLoadAddress()
3126 stop_id = m_section_load_history.GetLastStopID(); in SetSectionLoadAddress()
3127 if (m_section_load_history.SetSectionLoadAddress( in SetSectionLoadAddress()
3150 stop_id = m_section_load_history.GetLastStopID(); in UnloadModuleSections()
3156 section_unload_count += m_section_load_history.SetSectionUnloaded( in UnloadModuleSections()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1139 return m_section_load_history.GetCurrentSectionLoadList(); in GetSectionLoadList()
1555 SectionLoadHistory m_section_load_history; variable