When separate debug information is used make sure we look for all

the DWARF sections we now need in the separate debug file.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3912
This commit is contained in:
Tom Hughes
2005-06-15 10:19:43 +00:00
parent 6793eb773d
commit cd3fd144e8

View 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*)