This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 149279cfc [LLDB] - Add support for DW_RLE_start_end entries (.debug_rnglists) new 535259733 Revert "Return a named error in the result object of an expre [...]
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/Expression/UserExpression.h | 4 ++ include/lldb/lldb-enumerations.h | 3 +- .../test/expression_command/no-result/Makefile | 6 --- .../expression_command/no-result/TestNoResult.py | 45 ---------------------- .../test/expression_command/no-result/main.c | 9 ----- source/Commands/CommandObjectExpression.cpp | 2 +- source/Expression/ExpressionSourceCode.cpp | 2 +- source/Expression/REPL.cpp | 2 +- source/Expression/UserExpression.cpp | 9 +---- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 2 +- 10 files changed, 11 insertions(+), 73 deletions(-) delete mode 100644 packages/Python/lldbsuite/test/expression_command/no-result/Makefile delete mode 100644 packages/Python/lldbsuite/test/expression_command/no-result/Tes [...] delete mode 100644 packages/Python/lldbsuite/test/expression_command/no-result/main.c