Index: lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp =================================================================== --- lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp +++ lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp @@ -2364,7 +2364,7 @@ if (m_symtab_ap.get() == NULL) { - SectionList *section_list = GetSectionList(); + SectionList *section_list = module_sp->GetSectionList(); if (!section_list) return NULL;