Mark,
I integrated the 0.173 release into Dyninst and it correctly parses line map
information for optimized CUDA binaries.
This was just what we needed. Thanks!
Best,
John
On Mon, 2018-06-25 at 15:12 +0200, Mark Wielaard wrote:
> It is sometimes useful to read .debug_line tables on their own without
> having an associated CU DIE. DWARF5 line tables are self-contained.
>
> Adjust dwarf_begin_elf to accept ELF files with just a .debug_line.
>
> Add a new function dwa
It is sometimes useful to read .debug_line tables on their own without
having an associated CU DIE. DWARF5 line tables are self-contained.
Adjust dwarf_begin_elf to accept ELF files with just a .debug_line.
Add a new function dwarf_next_lines that returns the Dwarf_Files and
Dwarf_Lines while ite