[Lldb-commits] [PATCH] D55318: [Expressions] Add support of expressions evaluation in some object's context

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 21 11:07:30 PST 2018


jingham added a comment.

The only reservation I have is that this really ought to work correctly for ObjC as well as C++, and there's code to support that, but it isn't tested.  I don't have time to write ObjC tests before the new year for sure.  Is it possible to rope somebody else into that?  If that's not possible, maybe check it in with the ObjC support off and a big FIXME and file a bug to re-enable that support with tests.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55318/new/

https://reviews.llvm.org/D55318





More information about the lldb-commits mailing list