[Lldb-commits] [lldb] [lldb] Emit diagnostics as "important" output (PR #137280)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 25 04:23:32 PDT 2025


labath wrote:

I see, so it's one of those popups that don't require interaction and disappear on their own after a while. I'm still somewhat worried, as these errors tend to be bursty.

Like, if there's something wrong with the debug info, we could get dozens (or more) of errors of the kind I just removed in #132395. I see they're currently being deduped, but the implementation is rather naive -- a hash of the error message, which won't help since a lot of these messages contain debug info offsets and stuff. However, I suppose we could improve this logic if that becomes a problem, so I guess I'd be fine with this.

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


More information about the lldb-commits mailing list