llvm-project/lldb/source/Plugins/Platform/MacOSX
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
..
CMakeLists.txt [CMake] [3/4] Update a batch of plugins 2017-01-31 22:29:11 +00:00
PlatformAppleSimulator.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
PlatformAppleSimulator.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
PlatformAppleTVSimulator.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
PlatformAppleTVSimulator.h Fix an issue where LLDB would hang trying to launch tvOS simulator binaries 2016-11-07 16:25:01 +00:00
PlatformAppleWatchSimulator.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
PlatformAppleWatchSimulator.h Fix a deadlock issue that would happen when loading an AppleTV or watchOS binary. 2016-11-14 23:45:50 +00:00
PlatformDarwin.cpp Push down more common code into PlatformPOSIX 2017-02-03 17:42:04 +00:00
PlatformDarwin.h Push down more common code into PlatformPOSIX 2017-02-03 17:42:04 +00:00
PlatformDarwinKernel.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
PlatformDarwinKernel.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
PlatformMacOSX.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
PlatformMacOSX.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
PlatformRemoteAppleTV.cpp Remove LIBLLDB_LOG_VERBOSE category 2017-02-05 00:44:54 +00:00
PlatformRemoteAppleTV.h Fix a deadlock issue that would happen when loading an AppleTV or watchOS binary. 2016-11-14 23:45:50 +00:00
PlatformRemoteAppleWatch.cpp Remove LIBLLDB_LOG_VERBOSE category 2017-02-05 00:44:54 +00:00
PlatformRemoteAppleWatch.h Fix a deadlock issue that would happen when loading an AppleTV or watchOS binary. 2016-11-14 23:45:50 +00:00
PlatformRemoteiOS.cpp Remove LIBLLDB_LOG_VERBOSE category 2017-02-05 00:44:54 +00:00
PlatformRemoteiOS.h Fix a deadlock issue that would happen when loading an AppleTV or watchOS binary. 2016-11-14 23:45:50 +00:00
PlatformiOSSimulator.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
PlatformiOSSimulator.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
PlatformiOSSimulatorCoreSimulatorSupport.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
PlatformiOSSimulatorCoreSimulatorSupport.mm *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00