[Dwarf-discuss] Unexpected DWARF for additional FP types

2025-04-08 Thread Bruce McCulloch via Dwarf-discuss
Hello, I've been working on an update for GNU CTF/BTF to properly encode SIMD vectors with the appropriate CTF type kinds. In working on this, I have found that while types with the vector_size attribute applied will appropriately come out with DW_TAG_array_type (0x01), the additional floati

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

2025-04-08 Thread Ben Woodard via Dwarf-discuss
FWIW, I really like this proposal and I can already imagine several ways I could use it when doing static analysis of binaries. -ben On 4/7/25 5:31 PM, Cary Coutant via Dwarf-discuss wrote: # Enhancement: Associating allocator call sites with type information Thanks! This is Issue 25040

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

2025-04-08 Thread Cary Coutant via Dwarf-discuss
Thanks! Fixed. -cary On Mon, Apr 7, 2025 at 5:38 PM Jann Horn wrote: > 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.ht