[Lldb-commits] [lldb] [lldb] Introduce an always-on system log category/channel (PR #108495)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 12 22:44:54 PDT 2024


================
@@ -49,6 +49,7 @@ enum class LLDBLog : Log::MaskType {
   Watchpoints = Log::ChannelFlag<30>,
   OnDemand = Log::ChannelFlag<31>,
   Source = Log::ChannelFlag<32>,
+  AlwaysOn = Log::ChannelFlag<32>,
----------------
jasonmolenda wrote:

does this number need to be unique?

https://github.com/llvm/llvm-project/pull/108495


More information about the lldb-commits mailing list