llvm-project/lldb/source
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
..
API Remove lldb streams from the Log class completely 2017-03-15 09:06:58 +00:00
Breakpoint Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
Commands Remove lldb streams from the Log class completely 2017-03-15 09:06:58 +00:00
Core Remove lldb streams from the Log class completely 2017-03-15 09:06:58 +00:00
DataFormatters Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
Expression Move many other files from Core -> Utility. 2017-03-06 18:34:25 +00:00
Host Remove lldb streams from the Log class completely 2017-03-15 09:06:58 +00:00
Initialization Remove lldb streams from the Log class completely 2017-03-15 09:06:58 +00:00
Interpreter Fix up some enumerate() callsites in LLDB. 2017-03-13 17:12:12 +00:00
Plugins Remove lldb streams from the Log class completely 2017-03-15 09:06:58 +00:00
Symbol Remove FileSpec::ReadFileContents. 2017-03-06 23:42:14 +00:00
Target Remove LLDB's recursive directory deletion function. 2017-03-09 05:12:36 +00:00
Utility Remove lldb streams from the Log class completely 2017-03-15 09:06:58 +00:00
CMakeLists.txt [CMake] Fixing CMake to append source properties instead of overwrite them. 2016-11-10 23:56:32 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00