This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3a76ac88f [Python2 to Python 3] Fix print -> print(). new e8cae243a [Expressions] Add support of expressions evaluation in some o [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/API/SBValue.h | 7 + include/lldb/Expression/ExpressionSourceCode.h | 3 +- include/lldb/Expression/UserExpression.h | 13 +- include/lldb/Symbol/ClangASTContext.h | 3 +- include/lldb/Symbol/TypeSystem.h | 3 +- include/lldb/Target/Target.h | 6 +- .../{po_verbosity => context-object-objc}/Makefile | 0 .../context-object-objc/TestContextObjectObjc.py | 78 +++++++++++ .../expression_command/context-object-objc/main.m | 47 +++++++ .../context-object}/Makefile | 0 .../context-object/TestContextObject.py | 145 +++++++++++++++++++++ .../expression_command/context-object/main.cpp | 46 +++++++ scripts/interface/SBValue.i | 14 +- source/API/SBValue.cpp | 81 ++++++++++++ source/Breakpoint/BreakpointLocation.cpp | 2 +- source/Breakpoint/Watchpoint.cpp | 3 +- source/Commands/CommandObjectExpression.cpp | 2 +- source/Expression/ExpressionSourceCode.cpp | 16 ++- source/Expression/UserExpression.cpp | 20 ++- .../Clang/ClangExpressionDeclMap.cpp | 40 +++++- .../Clang/ClangExpressionDeclMap.h | 15 ++- .../ExpressionParser/Clang/ClangUserExpression.cpp | 47 ++++++- .../ExpressionParser/Clang/ClangUserExpression.h | 18 ++- .../Clang/ClangUtilityFunction.cpp | 3 +- source/Symbol/ClangASTContext.cpp | 5 +- source/Target/Target.cpp | 12 +- 26 files changed, 585 insertions(+), 44 deletions(-) copy packages/Python/lldbsuite/test/expression_command/{po_verbosity => context-ob [...] create mode 100644 packages/Python/lldbsuite/test/expression_command/context-objec [...] create mode 100644 packages/Python/lldbsuite/test/expression_command/context-objec [...] copy packages/Python/lldbsuite/test/{api/check_public_api_headers => expression_co [...] create mode 100644 packages/Python/lldbsuite/test/expression_command/context-objec [...] create mode 100644 packages/Python/lldbsuite/test/expression_command/context-objec [...]