This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Actually support more than 32 logging categories
ClosedPublic

Authored by JDevlieghere on Sep 19 2022, 5:07 PM.

Details

Summary

In January, Greg put up a patch (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.

Diff Detail

Event Timeline

JDevlieghere created this revision.Sep 19 2022, 5:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 19 2022, 5:07 PM
JDevlieghere requested review of this revision.Sep 19 2022, 5:07 PM
clayborg accepted this revision.Sep 19 2022, 7:48 PM
This revision is now accepted and ready to land.Sep 19 2022, 7:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 19 2022, 10:31 PM