Re: [PATCH 06/15] Add Dwarf member to Dwarf_Lines and Dwarf_Files

2025-01-23 Thread Aaron Merey
Hi Mark, On Wed, Jan 22, 2025 at 7:06 PM Mark Wielaard wrote: > > On Sun, Jan 19, 2025 at 10:20:32PM -0500, Aaron Merey wrote: > > * libdw/dwarf_getsrclines.c (read_srcfiles): Initialize dbg > > member. > > * libdw/libdwP.h (struct Dwarf_Files_s): Add Dwarf member. > > (st

Re: [PATCH 06/15] Add Dwarf member to Dwarf_Lines and Dwarf_Files

2025-01-22 Thread Mark Wielaard
Hi Aaron, On Sun, Jan 19, 2025 at 10:20:32PM -0500, Aaron Merey wrote: > * libdw/dwarf_getsrclines.c (read_srcfiles): Initialize dbg > member. > * libdw/libdwP.h (struct Dwarf_Files_s): Add Dwarf member. > (struct Dwarf_Lines_s): Ditto. Right, this is what you use in earli

[PATCH 06/15] Add Dwarf member to Dwarf_Lines and Dwarf_Files

2025-01-19 Thread Aaron Merey
* libdw/dwarf_getsrclines.c (read_srcfiles): Initialize dbg member. * libdw/libdwP.h (struct Dwarf_Files_s): Add Dwarf member. (struct Dwarf_Lines_s): Ditto. Signed-off-by: Aaron Merey --- libdw/dwarf_getsrclines.c | 4 libdw/libdwP.h| 2 ++ 2 fil