[all-commits] [llvm/llvm-project] 527d2c: [lldb] Fix AppleObjCRuntime log channels

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Mar 15 14:47:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 527d2c5867ce93bbd4e28384ea9006a5032162d4
      https://github.com/llvm/llvm-project/commit/527d2c5867ce93bbd4e28384ea9006a5032162d4
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-03-15 (Tue, 15 Mar 2022)

  Changed paths:
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp

  Log Message:
  -----------
  [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);




More information about the All-commits mailing list