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

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 12 22:47:19 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>,
----------------
JDevlieghere wrote:

Yes, definitely. But this code shouldn't have been part of this PR (I created a new category like I did on Phab). Let me clean this up. 

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


More information about the lldb-commits mailing list