[Lldb-commits] [PATCH] D30894: Remove lldb streams from the Log class completely
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 13 07:49:38 PDT 2017
labath created this revision.
Herald added a subscriber: emaste.
previously we switched to llvm streams for log output, this completes
the switch for the error streams.
I also clean up the includes and remove the unused argument from
DisableAllLogChannels().
This required adding a bit of boiler plate to convert the output in the
command interpreter, but that should go away when we switch command
results to use llvm streams as well.
https://reviews.llvm.org/D30894
Files:
include/lldb/Core/Debugger.h
include/lldb/Utility/Log.h
include/lldb/Utility/Logging.h
source/API/SBDebugger.cpp
source/Commands/CommandObjectLog.cpp
source/Core/Debugger.cpp
source/Host/posix/ProcessLauncherPosixFork.cpp
source/Initialization/SystemInitializerCommon.cpp
source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
source/Utility/Log.cpp
source/Utility/Logging.cpp
tools/lldb-server/LLDBServerUtilities.cpp
unittests/Utility/LogTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30894.91562.patch
Type: text/x-patch
Size: 25715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170313/18755e62/attachment-0001.bin>
More information about the lldb-commits
mailing list