clayborg added a comment.

Just fix the assert to use lldbassert so we don't crash as mentioned in the 
inline comment and this is good to go.



================
Comment at: source/Expression/DWARFExpression.cpp:3070
       // Not supported entry type
+      assert(false && "Not supported location list type");
       return false;
----------------
use lldbassert so this doesn't crash a release debugger.


https://reviews.llvm.org/D53436



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

Reply via email to