This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b591387d5 Add support for descriptions with command completions. new b94435e1d Add a "scripted" breakpoint type to lldb.
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/SBAddress.h | 1 + include/lldb/API/SBBreakpoint.h | 8 +- include/lldb/API/SBStructuredData.h | 10 +- include/lldb/API/SBSymbolContext.h | 4 +- include/lldb/API/SBTarget.h | 31 + include/lldb/Breakpoint/BreakpointResolver.h | 6 + include/lldb/Interpreter/ScriptInterpreter.h | 21 + include/lldb/Target/Target.h | 9 + include/lldb/lldb-defines.h | 1 + include/lldb/lldb-enumerations.h | 5 +- lldb.xcodeproj/project.pbxproj | 5318 ++++++++++---------- packages/Python/lldbsuite/test/lldbutil.py | 18 +- scripts/Python/python-swigsafecast.swig | 14 + scripts/Python/python-wrapper.swig | 95 + scripts/interface/SBBreakpoint.i | 4 + scripts/interface/SBStructuredData.i | 2 + scripts/interface/SBTarget.i | 68 + source/API/SBBreakpoint.cpp | 36 + source/API/SBStructuredData.cpp | 31 + source/API/SBTarget.cpp | 38 +- source/API/SystemInitializerFull.cpp | 15 +- source/Breakpoint/BreakpointResolver.cpp | 13 +- source/Commands/CommandObjectBreakpoint.cpp | 65 +- source/Core/SearchFilter.cpp | 12 +- .../Python/ScriptInterpreterPython.cpp | 88 +- .../Python/ScriptInterpreterPython.h | 26 +- source/Target/Target.cpp | 45 + 27 files changed, 3304 insertions(+), 2680 deletions(-)