search for: d42740

Displaying 3 results from an estimated 3 matches for "d42740".

2018 Feb 01
0
[lldb-dev] Adding DWARF5 accelerator table support to llvm
...c72421 > > But I see you were faster. > > > Jan Thanks for the heads-up. I will study these to make sure we are compatible. PS: I think people who wrote on this thread are CC'ed on the patch already, but in case anyone is interested, I have created <https://reviews.llvm.org/D42740> to implement a unicode-aware case-insensitive hash according to the dwarf spec.
2018 Jan 30
1
[lldb-dev] Adding DWARF5 accelerator table support to llvm
On Wed, 17 Jan 2018 17:13:36 +0100, Pavel Labath via lldb-dev wrote: > so I'm writing this email to see if there's anyone > else interested in this topic, and to try to synchronize our efforts. I am sure interested in DWARF-5 .debug_names. I wrote its producer+consumer for GDB (but not producing/using DW_IDX_DIE_offset as GDB cannot use it). > 1. add .debug_names support to
2018 Jan 17
6
Adding DWARF5 accelerator table support to llvm
Hello all, In <https://reviews.llvm.org/D41986#977215> it was brought up that there are at least two parties interested in having DWARF5 accelerator tables implemented, so I'm writing this email to see if there's anyone else interested in this topic, and to try to synchronize our efforts. Our interest for this stems from a desire to make dwarf parsing fast on non-apple targets