[Lldb-commits] [lldb] [lldb][API] Add Find(Ranges)InMemory() to Process SB API (PR #95007)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 20 11:22:38 PDT 2024


================
@@ -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


More information about the lldb-commits mailing list