This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2b6621b24 Upstreaming a patch from Github: When evaluation user express [...] new 28c5822b3 Fix a deadlock in the Python interpreter vrs. SIGINT. new 7b84d398e Convert a few more tests to use run_to_source_breakpoint. new a7b3de546 Enable parsing C++ names generated by lambda functions.
The 3 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/Interpreter/CommandInterpreter.h | 2 +- .../unwind_expression/TestUnwindExpression.py | 28 ++-------------- .../TestBadAddressBreakpoints.py | 39 ++-------------------- .../TestConsecutiveBreakpoints.py | 24 ++----------- source/Interpreter/CommandInterpreter.cpp | 2 +- .../Language/CPlusPlus/CPlusPlusNameParser.cpp | 31 +++++++++++++++++ .../Language/CPlusPlus/CPlusPlusNameParser.h | 3 ++ .../Language/CPlusPlus/CPlusPlusLanguageTest.cpp | 5 +++ 8 files changed, 48 insertions(+), 86 deletions(-)