Re: [Dwarf-discuss] Enhancement: Associating allocator call sites with type information

2025-04-07 Thread Cary Coutant via Dwarf-discuss
> > # Enhancement: Associating allocator call sites with type information > Thanks! This is Issue 250407.1: https://dwarfstd.org/issues/250407.1.html -cary -- Dwarf-discuss mailing list Dwarf-discuss@lists.dwarfstd.org https://lists.dwarfstd.org/mailman/listinfo/dwarf-discuss

[Dwarf-discuss] Enhancement: Associating allocator call sites with type information

2025-04-07 Thread Jann Horn via Dwarf-discuss
# Enhancement: Associating allocator call sites with type information ## Background If it was possible to query the DWARF type of a heap-allocated object given its address, or list the addresses of all heap objects with a given DWARF type, that would be useful for various use cases: - Most obvi