Re: [lldb-dev] Huge mangled names are causing long delays when loading symbol table symbols

2018-03-19 Thread Erik Pilkington via lldb-dev
I've put a WIP patch up here: https://reviews.llvm.org/D44668 Sorry for the delay! Erik On 2018-01-26 3:56 PM, Greg Clayton wrote: On Jan 26, 2018, at 8:38 AM, Erik Pilkington mailto:erik.pilking...@gmail.com>> wrote: On 2018-01-25 1:58 PM, Greg Clayton wrote: On Jan 25, 2018, at 10:25 AM,

Re: [lldb-dev] Huge mangled names are causing long delays when loading symbol table symbols

2018-01-26 Thread Erik Pilkington via lldb-dev
On 2018-01-25 1:58 PM, Greg Clayton wrote: On Jan 25, 2018, at 10:25 AM, Erik Pilkington wrote: Hi, I'm not at all familiar with LLDB, but I've been doing some work on the demangler in libcxxabi. It's still a work in progress and I haven't yet copied the changes over to ItaniumDemangle, whi

Re: [lldb-dev] Huge mangled names are causing long delays when loading symbol table symbols

2018-01-25 Thread Erik Pilkington via lldb-dev
Hi, I'm not at all familiar with LLDB, but I've been doing some work on the demangler in libcxxabi. It's still a work in progress and I haven't yet copied the changes over to ItaniumDemangle, which AFAIK is what lldb uses. The demangler in libcxxabi now demangles the symbol you attached in 3.3