[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] GetClangDeclForDIE: don't create VarDecl for static data members (PR #77155)

David Blaikie via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 5 17:56:54 PST 2024


================
@@ -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


More information about the lldb-commits mailing list