================
@@ -132,6 +140,71 @@ class MinidumpFile : public Binary {
     size_t Stride;
   };
 
+  class Memory64ListFacade {
----------------
labath wrote:

I don't think you need this facade class (particularly if we can avoid storing 
the of the vector<MemoryDescriptor_64> thing). llvm APIs of this kind will 
typically return `iterator_range<YourIterator>` and put all of the logic into 
the iterator class.

https://github.com/llvm/llvm-project/pull/101272
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to