mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
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:
@@ -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*)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user