[Lldb-commits] [PATCH] D94077: Support unscoped enumeration members in the expression evaluator.
Andy Yankovsky via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 8 02:08:13 PST 2021
werat updated this revision to Diff 315319.
werat added a comment.
Herald added a reviewer: shafik.
Handle enum constants similar to global variables, support scoped lookup in the expression evaluator.
Add more test cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94077/new/
https://reviews.llvm.org/D94077
Files:
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
lldb/test/API/lang/cpp/enum_types/TestCPP11EnumTypes.py
lldb/test/API/lang/cpp/enum_types/main.cpp
lldb/test/API/python_api/target/globals/Makefile
lldb/test/API/python_api/target/globals/TestTargetGlobals.py
lldb/test/API/python_api/target/globals/main.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94077.315319.patch
Type: text/x-patch
Size: 14154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210108/4d3d5e4f/attachment-0001.bin>
More information about the lldb-commits
mailing list