[Lldb-commits] [lldb] [lldb] Log errors to the system log if they would otherwise get dropped (PR #111911)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 22 08:59:57 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
----------------
JDevlieghere wrote:

Already fixed in the latest version of this PR :-) 

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


More information about the lldb-commits mailing list