clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

Just have the case when debug info is not enabled return "Status()" (a default 
constructed error with no error) and this will be good to go.



================
Comment at: lldb/source/Symbol/SymbolFileOnDemand.cpp:281
+             __FUNCTION__);
+    return this->CalculateFrameVariableError(frame);
+  }
----------------
This will create an infinite loop right? See code change suggestions for fix.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137284/new/

https://reviews.llvm.org/D137284

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to