Branch: refs/heads/thaines/parse_first_filemap_directory_entry
Home: https://github.com/dyninst/dyninst
Commit: de4673817c03a57aa53010ca099b248b137a8787
https://github.com/dyninst/dyninst/commit/de4673817c03a57aa53010ca099b248b137a8787
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M symtabAPI/src/dwarfWalker.C
Log Message:
-----------
Parse all DWARF source files in DwarfWalker::buildSrcFiles
>From 2.6.4.16 of the DWARF5 standard
Prior to DWARF Version 5, the current compilation file name was not
represented in the file_names field. In DWARF Version 5, the current
compilation file name is explicitly present and has index 0. This is
needed to support the common practice of stripping all but the line
number sections (.debug_line and .debug_line_str) from an executable.
|