reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Target/Target.h
 1008     return m_section_load_history.GetCurrentSectionLoadList();
tools/lldb/source/Target/Target.cpp
  181     m_section_load_history.Clear();
  266   m_section_load_history.Clear();
 1372   m_section_load_history.Clear();
 2747   return m_section_load_history.ResolveLoadAddress(stop_id, load_addr, so_addr);
 2759       m_section_load_history.GetSectionLoadAddress(
 2767       stop_id = m_section_load_history.GetLastStopID();
 2768     if (m_section_load_history.SetSectionLoadAddress(
 2791     stop_id = m_section_load_history.GetLastStopID();
 2797       section_unload_count += m_section_load_history.SetSectionUnloaded(
 2810     stop_id = m_section_load_history.GetLastStopID();
 2811   return m_section_load_history.SetSectionUnloaded(stop_id, section_sp);
 2821     stop_id = m_section_load_history.GetLastStopID();
 2822   return m_section_load_history.SetSectionUnloaded(stop_id, section_sp,
 2826 void Target::ClearAllLoadedSections() { m_section_load_history.Clear(); }