[all-commits] [llvm/llvm-project] 3b4db1: [lldb] Actually support more than 32 logging categ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Sep 19 22:31:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b4db10f3492dfbab705ca4b2dd19d32fee075b9
      https://github.com/llvm/llvm-project/commit/3b4db10f3492dfbab705ca4b2dd19d32fee075b9
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M lldb/include/lldb/Utility/LLDBLog.h
    M lldb/include/lldb/Utility/Log.h
    M lldb/source/Utility/Log.cpp
    M lldb/unittests/Utility/LogTest.cpp

  Log Message:
  -----------
  [lldb] Actually support more than 32 logging categories

In January, Greg put up a patch (D117382) to support, among other
things, more than 32 log categories. That led to a bunch of nice
cleanups, but categories remained constrained because different parts of
the code were still using uint32_t. This patch fixes the remaining
issues and makes it possible to add a 32nd log category.

Differential revision: https://reviews.llvm.org/D134245




More information about the All-commits mailing list