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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
