[Lldb-commits] [PATCH] D61451: Hide runtime support values such as clang's __vla_expr from frame variable
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 2 10:10:38 PDT 2019
aprantl created this revision.
aprantl added a reviewer: jingham.
Herald added a project: LLDB.
by respecting the "artificial" attribute on variables. Function arguments that are artificial and useful to end-users are being whitelisted by the language runtime.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D61451
Files:
lldb/include/lldb/Target/CPPLanguageRuntime.h
lldb/include/lldb/Target/ObjCLanguageRuntime.h
lldb/packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py
lldb/source/Target/CPPLanguageRuntime.cpp
lldb/source/Target/ObjCLanguageRuntime.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61451.197816.patch
Type: text/x-patch
Size: 6218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190502/bb88cd8a/attachment.bin>
More information about the lldb-commits
mailing list