From: Adrian Prantl Date: Fri, 23 Mar 2018 20:17:39 +0000 (+0000) Subject: Log ObjC Runtime messages only in verbose mode X-Git-Tag: llvmorg-7.0.0-rc1~9785 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b2d5950d391e8e8eb4ada2febf77cb287b3ad40;p=platform%2Fupstream%2Fllvm.git Log ObjC Runtime messages only in verbose mode llvm-svn: 328365 --- diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp index bdf79f7..8bcbba0 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp @@ -1440,8 +1440,8 @@ uint32_t AppleObjCRuntimeV2::ParseClassInfoArray(const DataExtractor &data, // uint32_t hash; // } __attribute__((__packed__)); - Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); - + Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES + | LLDB_LOG_OPTION_VERBOSE)); uint32_t num_parsed = 0; // Iterate through all ClassInfo structures