This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from fd70eb049 Update for llvm api change. new a6bf120a7 Add an auto-continue flag to breakpoints & locations.
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 | 4 ++ include/lldb/API/SBBreakpointLocation.h | 4 ++ include/lldb/Breakpoint/Breakpoint.h | 12 +++++ include/lldb/Breakpoint/BreakpointLocation.h | 13 ++++++ include/lldb/Breakpoint/BreakpointOptions.h | 33 +++++++++++--- include/lldb/lldb-enumerations.h | 4 +- .../breakpoint_command/TestBreakpointCommand.py | 31 ++++++++++++- scripts/interface/SBBreakpoint.i | 4 ++ scripts/interface/SBBreakpointLocation.i | 4 ++ source/API/SBBreakpoint.cpp | 19 ++++++++ source/API/SBBreakpointLocation.cpp | 19 ++++++++ source/Breakpoint/Breakpoint.cpp | 8 ++++ source/Breakpoint/BreakpointLocation.cpp | 13 ++++++ source/Breakpoint/BreakpointOptions.cpp | 38 +++++++++++++--- source/Commands/CommandObjectBreakpoint.cpp | 53 ++++++++++++++++++++++ source/Target/StopInfo.cpp | 43 ++++++++++++------ 16 files changed, 273 insertions(+), 29 deletions(-)