Re: [PATCH 06/14] libdw: Handle split DWARF in dwarf_macro_getsrcfiles

2023-10-03 Thread Mark Wielaard
Hi Omar, On Wed, Sep 27, 2023 at 11:20:55AM -0700, Omar Sandoval wrote: > Macro information references file names from the line number information > table, which is tricky in split DWARF for a couple of reasons. > > First, the line number information for a macro unit comes from the > .debug_line.

[PATCH 06/14] libdw: Handle split DWARF in dwarf_macro_getsrcfiles

2023-09-27 Thread Omar Sandoval
From: Omar Sandoval Macro information references file names from the line number information table, which is tricky in split DWARF for a couple of reasons. First, the line number information for a macro unit comes from the .debug_line.dwo section in the split file, not the .debug_line section in