================ @@ -92,3 +92,7 @@ bool SBAddressRangeList::GetDescription(SBStream &description, stream << "]"; return true; } + +lldb_private::AddressRanges &SBAddressRangeList::ref() const { + return m_opaque_up->ref(); +} ---------------- clayborg wrote:
we might want to add an `assert()` call here like you did for `SBAddressRange::ref()`? 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