This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e4abe0c4f [test] Use a different module cache for Shell and API tests. new 7a2173306 Implement serializing scripted breakpoints and their extra args.
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: .../lldb/Breakpoint/BreakpointResolverScripted.h | 3 +- .../serialize/TestBreakpointSerialization.py | 89 +++++++++++++++++++++- .../breakpoint/serialize/resolver.py | 17 +++++ .../breakpoint/serialize/side_effect.py | 1 + source/Breakpoint/BreakpointResolver.cpp | 3 +- source/Breakpoint/BreakpointResolverScripted.cpp | 44 ++++------- source/Target/Target.cpp | 3 +- 7 files changed, 123 insertions(+), 37 deletions(-) create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/seria [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/seria [...]