[LLDB][Expression] Allow instantiation of IR Entity from ValueObjectThis is required in preparation for the follow-up patch which addssupport for evaluating expressions from within C++ lambdas. In
[LLDB][Expression] Allow instantiation of IR Entity from ValueObjectThis is required in preparation for the follow-up patch which addssupport for evaluating expressions from within C++ lambdas. In suchcases we need to materialize variables which are not part of thecurrent frame but instead are ivars on a 'this' pointer of the currentframe.
show more ...