[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
Thu Oct 10 15:15:20 PDT 2024


JDevlieghere wrote:

I considered *always* logging to the system log, but copying errors is a bit tricky. I could reuse the logic that Adrian added to status, but wanted to gather your input. Regardless, I tried this out locally by debugging the `count` tool and this already reported a bunch of errors that would have otherwise gone unnoticed. I haven't looked at them in detail but these were all things I've never seen before. 

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


More information about the lldb-commits mailing list