================
@@ -6544,7 +6545,8 @@ static void AddRegion(const MemoryRegionInfo &region, 
bool try_dirty_pages,
     return;
   if (try_dirty_pages && AddDirtyPages(region, ranges))
     return;
-  ranges.push_back(CreateCoreFileMemoryRange(region));
+
+  ranges.Append(region.GetRange().GetRangeBase(), 
region.GetRange().GetByteSize(), CreateCoreFileMemoryRange(region));
----------------
clayborg wrote:

format, line too long?

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

Reply via email to