[Lldb-commits] [PATCH] D55318: [Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 7 00:56:27 PST 2018
aleksandr.urakov updated this revision to Diff 177139.
aleksandr.urakov marked an inline comment as done.
aleksandr.urakov added a comment.
Thanks for the comments, I've updated the patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55318/new/
https://reviews.llvm.org/D55318
Files:
include/lldb/API/SBValue.h
include/lldb/Expression/ExpressionSourceCode.h
include/lldb/Expression/UserExpression.h
include/lldb/Symbol/ClangASTContext.h
include/lldb/Symbol/TypeSystem.h
include/lldb/Target/Target.h
packages/Python/lldbsuite/test/expression_command/context-object/Makefile
packages/Python/lldbsuite/test/expression_command/context-object/TestContextObject.py
packages/Python/lldbsuite/test/expression_command/context-object/main.cpp
scripts/interface/SBValue.i
source/API/SBValue.cpp
source/Breakpoint/BreakpointLocation.cpp
source/Breakpoint/Watchpoint.cpp
source/Commands/CommandObjectExpression.cpp
source/Expression/ExpressionSourceCode.cpp
source/Expression/UserExpression.cpp
source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
source/Symbol/ClangASTContext.cpp
source/Target/Target.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55318.177139.patch
Type: text/x-patch
Size: 35561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181207/44aa55aa/attachment-0001.bin>
More information about the lldb-commits
mailing list