Hi Mark,
On Wed, Jan 22, 2025 at 7:08 PM Mark Wielaard wrote:
>
> On Sun, Jan 19, 2025 at 10:20:33PM -0500, Aaron Merey wrote:
> > * libdw/dwarf_lineaddr.c (dwarf_lineaddr): Use dwarf_lock.
>
> Why is this necessary? It seems this function can only be called with a
> known/setup Dwarf_Line
Hi Aaron,
On Sun, Jan 19, 2025 at 10:20:33PM -0500, Aaron Merey wrote:
> * libdw/dwarf_lineaddr.c (dwarf_lineaddr): Use dwarf_lock.
Why is this necessary? It seems this function can only be called with a
known/setup Dwarf_Line. Can it be concurrently changes at this point?
> Signed-off-by