================ @@ -0,0 +1,23 @@ +# UNSUPPORTED: system-darwin, system-windows ---------------- dwblaikie wrote:
That's actually a great question, but I think for now the answer with lldb is "no, expression evaluation doesn't work without a running process" - but I was just commenting on an internal bug where folks were having trouble investigating core dumps with some of our pretty printers that evaluate expressions that happen to be constants that gdb can evaluate on a core/without a running process, but it seems lldb can't do that... So while that sounds like a good thing, my understanding is that lldb can't do that at the moment. https://github.com/llvm/llvm-project/pull/77155 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits