Re: [PATCH] libdw: Add dwarf_next_lines to read .debug_line tables without CUs.
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
Re: [PATCH] libdw: Add dwarf_next_lines to read .debug_line tables without CUs.
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