[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:37 PDT 2024
================
@@ -58,6 +58,8 @@ class LLDB_API SBAddressRange {
friend class SBFunction;
friend class SBProcess;
+ lldb_private::AddressRange &ref() const;
+
----------------
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