This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 423afbea2 xfail test_get_process_info pending bot fixes new a47a6a9e9 Fix a mis-feature with propagation of breakpoint options -> l [...]
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/SBBreakpointLocation.h | 4 + include/lldb/API/SBStringList.h | 1 + include/lldb/Breakpoint/BreakpointLocation.h | 10 +- include/lldb/Breakpoint/BreakpointOptions.h | 58 ++++++--- .../xcshareddata/xcschemes/desktop.xcscheme | 2 + .../TestBreakpointLocations.py | 108 +++++++++++++++-- scripts/interface/SBBreakpoint.i | 33 ++++++ scripts/interface/SBBreakpointLocation.i | 4 + source/API/SBBreakpointLocation.cpp | 28 +++++ source/Breakpoint/Breakpoint.cpp | 2 +- source/Breakpoint/BreakpointLocation.cpp | 63 ++++++---- source/Breakpoint/BreakpointOptions.cpp | 130 +++++++++++++-------- source/Commands/CommandObjectBreakpointCommand.cpp | 63 +++++----- 13 files changed, 378 insertions(+), 128 deletions(-)