igorkudrin wrote: > But we do support scalar persistent expression results in core files > currently: > > (lldb) expr int $my_int = 5 (lldb) expr $my_int * 2 (int) $0 = 10 > > and that should still work after your change. I see no reason why it > wouldn't, but it would be good to add some use of persistent expression > variables in your test as well as expression result variables to make sure.
Thank you for the test. It revealed another execution path that had to be fixed. I've updated the patch and added your test. Please take a look. https://github.com/llvm/llvm-project/pull/145599 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits