Re: [lldb-dev] clang::VersionTuple

2018-05-09 Thread Pavel Labath via lldb-dev
Thank you all for the feedback. I'll get on with this when I find some spare time. I will send a patch which will show the final look of the code, before I start moving VersionTuple into llvm. cheers, pl On Tue, 8 May 2018 at 19:46, Frédéric Riss via lldb-dev < lldb-dev@lists.llvm.org> wrote: >

Re: [lldb-dev] What should SymbolFile::FindFunctions(..., eFunctionNameTypeFull, ...) do ?

2018-05-09 Thread Pavel Labath via lldb-dev
On Tue, 8 May 2018 at 10:51, Pavel Labath wrote: > On Fri, 4 May 2018 at 17:31, Greg Clayton wrote: > > > On May 4, 2018, at 4:58 AM, Pavel Labath wrote: > > > Is it really OK? If our indexes will never contain the demangled names, > > > then the IRExecutionUnit lookups using the demangled nam

Re: [lldb-dev] What should SymbolFile::FindFunctions(..., eFunctionNameTypeFull, ...) do ?

2018-05-09 Thread Greg Clayton via lldb-dev
> On May 9, 2018, at 4:53 AM, Pavel Labath wrote: > > On Tue, 8 May 2018 at 10:51, Pavel Labath > wrote: > > >> On Fri, 4 May 2018 at 17:31, Greg Clayton wrote: On May 4, 2018, at 4:58 AM, Pavel Labath wrote: Is it really OK? If our indexes will never co