This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from dbc4ebf Use Intel CPU flags to determine target supported features. new 6b4f734 Fix some const-ness issues with BreakpointID & BreakpointIDList. new e9b532d Add SB API's for writing breakpoints to & creating the from a file.
The 2 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 | 30 +++++++ include/lldb/API/SBTarget.h | 14 +++ include/lldb/Breakpoint/BreakpointID.h | 4 +- include/lldb/Breakpoint/BreakpointIDList.h | 8 +- include/lldb/Core/StructuredData.h | 2 +- include/lldb/Target/Target.h | 10 ++- scripts/interface/SBBreakpoint.i | 25 ++++++ scripts/interface/SBTarget.i | 10 +++ source/API/SBBreakpoint.cpp | 126 +++++++++++++++++++++++++++ source/API/SBTarget.cpp | 52 ++++++++++++ source/Breakpoint/BreakpointIDList.cpp | 10 ++- source/Commands/CommandObjectBreakpoint.cpp | 127 ++++------------------------ source/Core/StructuredData.cpp | 4 +- source/Target/Target.cpp | 122 ++++++++++++++++++++++++++ 14 files changed, 419 insertions(+), 125 deletions(-)