================ @@ -101,3 +101,5 @@ bool SBAddressRange::GetDescription(SBStream &description, m_opaque_up->GetDescription(&stream, target.GetSP().get()); return true; } + +lldb_private::AddressRange &SBAddressRange::ref() const { return *m_opaque_up; } ---------------- clayborg wrote:
This is no longer needed right? This PR contains this fix right? https://github.com/llvm/llvm-project/pull/95997 https://github.com/llvm/llvm-project/pull/95007 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits