================ @@ -615,7 +615,19 @@ bool ValueObject::GetSummaryAsCString(TypeSummaryImpl *summary_ptr, m_synthetic_value->UpdateValueIfNeeded(); // the summary might depend on // the synthetic children being // up-to-date (e.g. ${svar%#}) - summary_ptr->FormatObject(this, destination, actual_options); + + TargetSP target_sp = GetExecutionContextRef().GetTargetSP(); + if (target_sp) { + // Get Shared pointer to the summary statistics container ---------------- Michael137 wrote:
```suggestion ``` Nit: don't need the comment here https://github.com/llvm/llvm-project/pull/102708 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits