[Lldb-commits] [PATCH] D134245: [lldb] Actually support more than 32 logging categories

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 19 17:07:52 PDT 2022


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, clayborg.
Herald added a project: All.
JDevlieghere requested review of this revision.

In January, Greg put up a patch (D117382 <https://reviews.llvm.org/D117382>) to support more than 32 log categories, among other things. That led to a bunch of nice cleanups, but categories are still limited to 32 because different places still using `uint32_t`. This patch fixes the remaining issues and enables adding a 32nd log category.


https://reviews.llvm.org/D134245

Files:
  lldb/include/lldb/Utility/LLDBLog.h
  lldb/include/lldb/Utility/Log.h
  lldb/source/Utility/Log.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134245.461420.patch
Type: text/x-patch
Size: 4965 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220920/36121709/attachment-0001.bin>


More information about the lldb-commits mailing list