[Lldb-commits] [lldb] [lldb] Log errors to the system log if they would otherwise get dropped (PR #111911)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 22 08:55:08 PDT 2024
================
@@ -43,6 +43,10 @@ char TeeLogHandler::ID;
llvm::ManagedStatic<Log::ChannelMap> Log::g_channel_map;
+// The error log is used by LLDB_LOG_ERROR and LLDB_LOG_ERRORV. If the given
----------------
labath wrote:
```suggestion
// The error log is used by LLDB_LOG_ERROR. If the given
```
https://github.com/llvm/llvm-project/pull/111911
More information about the lldb-commits
mailing list