diff --git a/coregrind/m_debuginfo/symtab.c b/coregrind/m_debuginfo/symtab.c index c934ab157..744b0a0f9 100644 --- a/coregrind/m_debuginfo/symtab.c +++ b/coregrind/m_debuginfo/symtab.c @@ -1713,6 +1713,9 @@ Bool read_lib_symbols ( SegInfo* si ) FIND(".stab", stab, stab_sz, UChar*) else FIND(".stabstr", stabstr, stabstr_sz, UChar*) else FIND(".debug_line", debug_line, debug_line_sz, UChar*) + else FIND(".debug_info", debug_info, debug_info_sz, UChar*) + else FIND(".debug_abbrev", debug_abbv, debug_abbv_sz, UChar*) + else FIND(".debug_str", debug_str, debug_str_sz, UChar*) else FIND(".debug", dwarf1d, dwarf1d_sz, UChar*) else FIND(".line", dwarf1l, dwarf1l_sz, UChar*)