[Lldb-commits] [lldb] [lldb] Improve logging of failure to get register information from Target XML (PR #170478)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 4 03:05:45 PST 2025


DavidSpickett wrote:

> If we're worried about it being to spammy, we could also scope it to the debugger or have a static so it's printed only once per LLDB instance. Both are kinda hacky though.

I will do this for a follow up change. Once per session makes sense, if you're reconnecting over and over, you probably don't care about the warning enough to want to see it again.

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


More information about the lldb-commits mailing list