Re: [lldb-dev] [llvm-dev] Running lit (googletest) tests remotely

2017-06-01 Thread David Blaikie via lldb-dev
On Wed, May 31, 2017 at 10:44 AM Matthias Braun via llvm-dev < llvm-...@lists.llvm.org> wrote: > > > On May 31, 2017, at 4:06 AM, Pavel Labath wrote: > > > > Thank you all for the pointers. I am going to look at these to see if > > there is anything that we could reuse, and

Re: [lldb-dev] A bit of extra-polish for my lldb plugin

2017-06-01 Thread Nat! via lldb-dev
Pavel, this is pretty much exactly what happens. (Except that there is no frontend. The substitution is done during CodeGen. But that is just a detail) I think a more general solution, that doesn't tie mulle-objc implicitly to the dwarf format would be better in the long term though. Ciao

Re: [lldb-dev] A bit of extra-polish for my lldb plugin

2017-06-01 Thread Pavel Labath via lldb-dev
On 31 May 2017 at 19:40, Jim Ingham wrote: > Pavel, can you say more about your idea? > > In both ObjC and C++ methods, you can refer to an ivar either as "this->ivar" > or just "ivar". But the DWARF for C++ doesn't tell lldb that a particular > language supports referring