[Lldb-commits] [PATCH] D11102: Set the default language to use when evaluating to that of the frame's CU.
Dawn Perchik via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 3 19:08:00 PDT 2015
dawn added a comment.
In http://reviews.llvm.org/D11102#234730, @spyffe wrote:
> I want to follow up and make non-Apple platforms not force ObjC (it doesn't matter for making the expression parser work).
Hi Sean,
I have one question about this that still bugs me... I understand that C++ is needed in C and ObjC because of implementation details of expression evaluation, but why is ObjC needed for C++?
It will be awesome if/when you can follow up on this and remove this requirement. Let me know when that's done and I'll remove the workarounds that force ObjC and give it a try.
Thanks!
Repository:
rL LLVM
http://reviews.llvm.org/D11102
More information about the lldb-commits
mailing list