diff options
| author | Pavel Labath <labath@google.com> | 2017-03-15 09:06:58 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2017-03-15 09:06:58 +0000 |
| commit | 775588c0c308705bafe0e2d8e974b244c779d73c (patch) | |
| tree | eadc023efafad72930b2c622519c349e2109edbf /lldb/source/Plugins/Process/POSIX | |
| parent | 6de25ec61a10cdea5b49f91ae7163833c45aacb1 (diff) | |
| download | bcm5719-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/Plugins/Process/POSIX')
| -rw-r--r-- | lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp b/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp index 296e83fefe2..f1beb0f7f73 100644 --- a/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp +++ b/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp @@ -12,7 +12,6 @@ #include "llvm/Support/Threading.h" -using namespace lldb; using namespace lldb_private; static constexpr Log::Category g_categories[] = { |

