This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3f4d7d2 Added a testcase that verifies that multiline expressions work. new fa06626 Add a testcase for "BreakpointSetBySourceRegex"
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: .../Makefile | 2 +- .../source_regexp/TestSourceRegexBreakpoints.py | 100 +++++++++++++++++++++ .../functionalities/breakpoint/source_regexp/a.c | 16 ++++ .../functionalities/breakpoint/source_regexp/a.h | 1 + .../breakpoint/source_regexp/main.c | 17 ++++ 5 files changed, 135 insertions(+), 1 deletion(-) copy packages/Python/lldbsuite/test/functionalities/breakpoint/{breakpoint_ignore_ [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/sourc [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/sourc [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/sourc [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/sourc [...]