This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 237e374 dotest.py: remove the ability to specify different architectu [...] new 3bca124 Remove lldb streams from the Log class completely
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/Core/Debugger.h | 2 +- include/lldb/Utility/Log.h | 20 ++-- include/lldb/Utility/Logging.h | 7 +- source/API/SBDebugger.cpp | 5 +- source/Commands/CommandObjectLog.cpp | 23 +++-- source/Core/Debugger.cpp | 4 +- source/Host/posix/ProcessLauncherPosixFork.cpp | 5 +- source/Initialization/SystemInitializerCommon.cpp | 2 +- source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp | 1 - .../Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp | 1 - source/Utility/Log.cpp | 43 ++++---- source/Utility/Logging.cpp | 9 -- tools/lldb-server/LLDBServerUtilities.cpp | 7 +- unittests/Utility/LogTest.cpp | 114 ++++++++++++--------- 14 files changed, 130 insertions(+), 113 deletions(-)