This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 4e9e40a Greg Clayton is no longer working at Apple, he will continue [...] new 556339f Modernize Enable/DisableLogChannel interface a bit new f242e54 test: pass correct objcopy and ar paths to the test runner new 5dc1485 Switch SBBreakpointLocation to use a weak_ptr new 8fa87a6 Fix gcc compilation of LogTest.cpp
The 4 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 | 3 +- include/lldb/Core/Debugger.h | 5 +- include/lldb/Core/Log.h | 6 +- include/lldb/Interpreter/Args.h | 9 + .../python_api/breakpoint/TestBreakpointAPI.py | 3 + source/API/SBBreakpointLocation.cpp | 201 +++++++++++---------- source/API/SBDebugger.cpp | 13 +- source/Commands/CommandObjectLog.cpp | 6 +- source/Core/Debugger.cpp | 7 +- source/Core/Log.cpp | 36 ++-- test/CMakeLists.txt | 10 +- tools/lldb-server/LLDBServerUtilities.cpp | 4 +- unittests/Core/LogTest.cpp | 28 +-- unittests/Interpreter/TestArgs.cpp | 8 + 14 files changed, 192 insertions(+), 147 deletions(-)