This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 066a361 Add the ability to deserialize only breakpoints matching a gi [...] new 8cf5e69 Add the ability to append breakpoints to the save file.
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/API/SBTarget.h | 8 ++- include/lldb/Target/Target.h | 2 +- .../serialize/TestBreakpointSerialization.py | 60 ++++++++++++++++++++-- scripts/interface/SBTarget.i | 9 +++- source/API/SBTarget.cpp | 7 +-- source/Commands/CommandObjectBreakpoint.cpp | 11 +++- source/Target/Target.cpp | 32 ++++++++++-- 7 files changed, 113 insertions(+), 16 deletions(-)