llvm-project/lldb/source
Pavel Labath 0cfd7dc9ea Remove a couple of Stream flags
Summary:
I came across this while trying to understand what Log::Debug does. It turns out
it does not do anything, as there is no instance of someone setting a debug flag
on a stream. The same is true for the Verbose and AddPrefix flags. Removing
these will enable some cleanups in the Logging class, and it brings us closer
towards the long term goal of standardizing on llvm stream classes.

I have removed these flags and all code the code which tested for their
presence -- there wasn't much of it, mostly in SymbolFileDWARF, which is
probably going away at some point anyway.

The eBinary flag still has some users, so I am letting it life for the time
being.

Reviewers: clayborg, zturner

Subscribers: aprantl, beanz, lldb-commits

Differential Revision: https://reviews.llvm.org/D28616

llvm-svn: 291895
2017-01-13 10:41:59 +00:00
..
API [CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and later 2016-12-15 18:18:47 +00:00
Breakpoint Add methods to enable using formatv syntax in LLDB. 2016-12-16 04:27:00 +00:00
Commands Fix compiler warning. 2016-12-16 21:35:12 +00:00
Core Remove a couple of Stream flags 2017-01-13 10:41:59 +00:00
DataFormatters [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
Expression Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
Host Attempt to fix windows build for r291198 2017-01-06 12:41:15 +00:00
Initialization Adopt PrettyStackTrace in LLDB 2016-12-14 21:31:31 +00:00
Interpreter Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
Plugins Remove a couple of Stream flags 2017-01-13 10:41:59 +00:00
Symbol Remove a couple of Stream flags 2017-01-13 10:41:59 +00:00
Target Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
Utility Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +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