[lldb] Fix AppleObjCRuntime log channels
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 15 Mar 2022 21:21:10 +0000 (14:21 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 15 Mar 2022 21:47:33 +0000 (14:47 -0700)
commit527d2c5867ce93bbd4e28384ea9006a5032162d4
tree4e48498dfc1c7fdefe725dd596c5f3e00daafc38
parentc3ba885dd70b4371acd11ec5ddb0f1fcf25bd1d1
[lldb] Fix AppleObjCRuntime log channels

The log channel was changed from Types to Commands in
a007a6d84471bb956abe10974cac3066799f583f:

-    Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES));
+    Log *log = GetLog(LLDBLog::Process | LLDBLog::Commands);
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp