]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
When separate debug information is used make sure we look for all
authorTom Hughes <tom@compton.nu>
Wed, 15 Jun 2005 10:19:43 +0000 (10:19 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 15 Jun 2005 10:19:43 +0000 (10:19 +0000)
the DWARF sections we now need in the separate debug file.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3912

coregrind/m_debuginfo/symtab.c

index c934ab157be79bd386404f0a016c77066a8868cb..744b0a0f902ea3ef5d217a28f067b2ca626fb72b 100644 (file)
@@ -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*)