llvm-project/lldb/source/Plugins/Process/POSIX
Pavel Labath 775588c0c3 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
2017-03-15 09:06:58 +00:00
..
CMakeLists.txt [CMake] [3/4] Update a batch of plugins 2017-01-31 22:29:11 +00:00
CrashReason.cpp Implement QPassSignals GDB package in lldb-server 2017-02-24 09:29:14 +00:00
CrashReason.h Fix build failure on lldb-amd64-ninja-freebsd11 error caused by rL283474 2016-10-07 13:21:59 +00:00
ProcessMessage.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ProcessMessage.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ProcessPOSIXLog.cpp Remove lldb streams from the Log class completely 2017-03-15 09:06:58 +00:00
ProcessPOSIXLog.h Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00