[Lldb-commits] [lldb] [lldb] Introduce an always-on system log category/channel (PR #108495)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 26 23:55:11 PDT 2024
================
@@ -83,6 +85,9 @@ llvm::Error SystemInitializerFull::Initialize() {
// Use the Debugger's LLDBAssert callback.
SetLLDBAssertCallback(Debugger::AssertCallback);
+ // Log the LLDB version to the system log.
----------------
labath wrote:
I don't think this tells us anything new.
https://github.com/llvm/llvm-project/pull/108495
More information about the lldb-commits
mailing list