================
@@ -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));
----------------
Jlalond wrote:

Currently I'm having issues with my git-clang format. I'll sort before we go to 
commit.

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