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

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 13 15:11:51 PDT 2024


================
@@ -31,6 +31,22 @@ class ProcessInstanceInfo;
 class ProcessInstanceInfoMatch;
 typedef std::vector<ProcessInstanceInfo> ProcessInstanceInfoList;
 
+// Always on system log category and channel.
----------------
adrian-prantl wrote:

I think we should have a comment that explains what this channel is supposed to be used for?

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


More information about the lldb-commits mailing list