This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 9f91202 Unbreak the NetBSD build after recent changes new b61ac5c Add some more tests for breakpoint serialization.
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/SBBreakpoint.h | 6 +- include/lldb/API/SBStringList.h | 3 + include/lldb/API/SBTarget.h | 4 + include/lldb/Breakpoint/Breakpoint.h | 11 ++ include/lldb/Breakpoint/BreakpointOptions.h | 21 ++- .../serialize/TestBreakpointSerialization.py | 144 ++++++++++++++------- scripts/interface/SBBreakpoint.i | 4 + scripts/interface/SBTarget.i | 4 + source/API/SBBreakpoint.cpp | 25 ++++ source/API/SBStringList.cpp | 6 + source/API/SBTarget.cpp | 18 ++- source/Breakpoint/Breakpoint.cpp | 38 +++++- source/Breakpoint/BreakpointOptions.cpp | 46 +++++-- source/Commands/CommandObjectBreakpointCommand.cpp | 4 +- 14 files changed, 270 insertions(+), 64 deletions(-)