llvm-project/lldb/source/Plugins
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
..
ABI Fix log typo in ABISysV_arm64.cpp 2017-01-13 09:06:58 +00:00
Disassembler Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
DynamicLoader Set the address size based on the target's arch instead 2016-12-08 02:02:45 +00:00
ExpressionParser Update to match clang r291737. 2017-01-12 02:37:54 +00:00
Instruction Convert AutoComplete related code to StringRef. 2016-11-17 01:37:42 +00:00
InstrumentationRuntime Stop limiting the number of TSan backtrace size to 8 2017-01-10 01:14:52 +00:00
JITLoader *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Language Expression evaluation for overloaded C functions (redux) 2016-12-19 17:22:44 +00:00
LanguageRuntime Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
MemoryHistory Use Timeout<> in EvaluateExpressionOptions class 2016-12-06 11:24:51 +00:00
ObjectContainer Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +00:00
ObjectFile Fix build for mingw. 2016-12-15 15:00:41 +00:00
OperatingSystem Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
Platform Use Timeout<> in EvaluateExpressionOptions class 2016-12-06 11:24:51 +00:00
Process Fix -Wunused-function warning by preprocessor conditionalizing the function the same way as the caller 2017-01-06 00:38:10 +00:00
ScriptInterpreter Fix clang build for r291198 2017-01-06 10:20:32 +00:00
StructuredData Fix a bug when using a StructuredData darwin-log plugin 2016-12-16 02:48:39 +00:00
SymbolFile Remove a couple of Stream flags 2017-01-13 10:41:59 +00:00
SymbolVendor When deciding whether to use the source remapping dictionary from 2016-11-09 03:42:12 +00:00
SystemRuntime Use Timeout<> in EvaluateExpressionOptions class 2016-12-06 11:24:51 +00:00
UnwindAssembly Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
CMakeLists.txt Add StructuredData plugin type; showcase with new DarwinLog feature 2016-08-19 04:21:48 +00:00