jimingham wrote: The warning is emitted the first time you select a frame with the given language (it's eventually `PrintWarningUnsupportedLanguage` in `Thread::FrameSelectedCallback`.
As a new Rust user of lldb, I would certainly appreciate being told that the expression parser's not going to work. So I think we need to make the warning code distinguish between "variable printing" support and "expression evaluation" support and then make the warning reflect which of those is true for the current language https://github.com/llvm/llvm-project/pull/172567 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
