This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a9f61d4 Three LoadLibCxxFormatters formatters were given a regex stri [...] new 44f0986 Switch SBBreakpoint to storing a weak_ptr of the internal bre [...] new 7b00fc6 Log: Fix a regression in handling log options
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 | 12 +- include/lldb/Core/Log.h | 2 +- .../step_over_breakpoint/TestStepOverBreakpoint.py | 1 - .../python_api/breakpoint/TestBreakpointAPI.py | 23 ++ source/API/SBBreakpoint.cpp | 446 ++++++++++----------- source/API/SBBreakpointLocation.cpp | 4 +- source/API/SBTarget.cpp | 44 +- source/Core/Log.cpp | 6 +- unittests/Core/LogTest.cpp | 14 + 9 files changed, 272 insertions(+), 280 deletions(-)