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

2025-04-09 Thread Jann Horn via Dwarf-discuss
On Tue, Apr 8, 2025 at 2:31 AM Cary Coutant wrote: >> >> # Enhancement: Associating allocator call sites with type information > > > Thanks! This is Issue 250407.1: > > https://dwarfstd.org/issues/250407.1.html Thanks! Minor nitpick: This doesn't matter, but it seems like the "" in my proposal w

[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