summaryrefslogtreecommitdiffstats
path: root/lldb/source/Initialization
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-03-15 09:06:58 +0000
committerPavel Labath <labath@google.com>2017-03-15 09:06:58 +0000
commit775588c0c308705bafe0e2d8e974b244c779d73c (patch)
treeeadc023efafad72930b2c622519c349e2109edbf /lldb/source/Initialization
parent6de25ec61a10cdea5b49f91ae7163833c45aacb1 (diff)
downloadbcm5719-llvm-775588c0c308705bafe0e2d8e974b244c779d73c.tar.gz
bcm5719-llvm-775588c0c308705bafe0e2d8e974b244c779d73c.zip
Remove lldb streams from the Log class completely
Summary: 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. Reviewers: zturner, eugene Subscribers: lldb-commits, emaste Differential Revision: https://reviews.llvm.org/D30894 llvm-svn: 297812
Diffstat (limited to 'lldb/source/Initialization')
-rw-r--r--lldb/source/Initialization/SystemInitializerCommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Initialization/SystemInitializerCommon.cpp b/lldb/source/Initialization/SystemInitializerCommon.cpp
index 6ddfaec4c05..9098bb7c9ec 100644
--- a/lldb/source/Initialization/SystemInitializerCommon.cpp
+++ b/lldb/source/Initialization/SystemInitializerCommon.cpp
@@ -121,5 +121,5 @@ void SystemInitializerCommon::Terminate() {
#endif
HostInfo::Terminate();
- Log::DisableAllLogChannels(nullptr);
+ Log::DisableAllLogChannels();
}
OpenPOWER on IntegriCloud