llvm-project/lldb/unittests
Pavel Labath 3b7e1981b2 Remove LIBLLDB_LOG_VERBOSE category
Summary:
Per discussion in D28616, having two ways two request logging (log
enable lldb XXX verbose && log enable -v lldb XXX) is confusing. This
removes the first option and standardizes all code to use the second
one.

I've added a LLDB_LOGV macro as a shorthand for if(log &&
log->GetVerbose()) and switched most of the affected log statements to
use that (I've only left a couple of cases that were doing complex
computations in an if(log) block).

Reviewers: jingham, zturner

Subscribers: lldb-commits

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

llvm-svn: 294113
2017-02-05 00:44:54 +00:00
..
Breakpoint Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Core Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Editline Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Expression Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Host [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
Interpreter [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
Language [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
ObjectFile Open ELF core dumps with more than 64K sections 2017-01-31 23:09:46 +00:00
Platform [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
Process [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
ScriptInterpreter [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
Symbol [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
SymbolFile [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
UnwindAssembly [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
Utility Remove LIBLLDB_LOG_VERBOSE category 2017-02-05 00:44:54 +00:00
CMakeLists.txt Fix windows build after r293821 2017-02-02 18:14:04 +00:00
gtest_common.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00