This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8f5acf7 XFail TestIRInterpreter on Windows new 15b96a7 Fixed a bug where const this would cause parser errors about [...] new 4666754 Add the ability to limit "source regexp" breakpoints to a par [...]
The 2 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/SBStringList.h | 3 + include/lldb/API/SBTarget.h | 6 ++ .../lldb/Breakpoint/BreakpointResolverFileRegex.h | 9 ++- include/lldb/Target/Target.h | 2 + .../typedef_array => lang/cpp/const_this}/Makefile | 4 ++ .../const_this/TestConstThis.py} | 0 .../test/lang/cpp/{bool => const_this}/main.cpp | 14 +++-- scripts/interface/SBTarget.i | 6 ++ source/API/SBStringList.cpp | 10 ++++ source/API/SBTarget.cpp | 59 ++++++++++--------- source/Breakpoint/BreakpointResolverFileRegex.cpp | 38 +++++++++++- source/Commands/CommandObjectBreakpoint.cpp | 12 +++- source/Core/Scalar.cpp | 68 ++++++++++++++++++++++ source/Expression/ExpressionSourceCode.cpp | 5 +- source/Expression/LLVMUserExpression.cpp | 1 - .../Clang/ClangExpressionDeclMap.cpp | 18 ++++-- .../ExpressionParser/Clang/ClangUserExpression.cpp | 2 +- source/Target/Target.cpp | 7 ++- 18 files changed, 217 insertions(+), 47 deletions(-) copy packages/Python/lldbsuite/test/{functionalities/data-formatter/typedef_array [...] copy packages/Python/lldbsuite/test/lang/{c/struct_types/TestStructTypes.py => cpp [...] copy packages/Python/lldbsuite/test/lang/cpp/{bool => const_this}/main.cpp (63%)