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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 13 01:25:25 PDT 2024


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

So is the log naming `system system` or for now is it just `system` and we might add sub-channels later?

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


More information about the lldb-commits mailing list