================
@@ -153,6 +155,9 @@ void UnwindPlan::Row::RegisterLocation::Dump(Stream &s,
if (m_type == atDWARFExpression)
s.PutChar(']');
} break;
+ case isConstant:
+ s.Printf("=%x", m_location.offset);
----------------
felipepiovezan wrote:Ohh oops, you're totally right! Fixed! https://github.com/llvm/llvm-project/pull/100624 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
