[Lldb-commits] [PATCH] D61451: Hide runtime support values such as clang's __vla_expr from frame variable
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 2 10:23:23 PDT 2019
jingham added a comment.
Could you add a comment (probably best in LanguageRuntime.h) saying what a RuntimeSupportValue is?
Also, so far as I can tell, this patch works because we use the CPP language runtime for C++ methods is an ObjC++ file, and the ObjCLanguageRuntime for ObjC methods in ditto. That is surely the right thing to do, but it would be good to ensure that there's a test that asserts this behavior. I'm sure there must be but didn't see on a quick scan. Can you make sure there's such tests and if not add one?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61451/new/
https://reviews.llvm.org/D61451
More information about the lldb-commits
mailing list