hawkinsw wrote: > The verbose message would be more accurate as well: > > looked up $foo in the persistent variables > > is better than just saying you ran an expression.
That makes imminent sense. So, just to confirm: The update to the PR is to make the note more indicative of the fact that the print was really a lookup and not an evaluation of an expression. For instance, something like (exactly what you wrote): ``` looked up $foo in the persistent variables ``` I will post an update ASAP. https://github.com/llvm/llvm-project/pull/215650 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
