================ @@ -972,8 +974,9 @@ GetLargestRangeSize(const std::vector<CoreFileMemoryRange> &ranges) { return max_size; } -Status MinidumpFileBuilder::AddMemoryList_32( - std::vector<CoreFileMemoryRange> &ranges) { +Status +MinidumpFileBuilder::AddMemoryList_32(std::vector<CoreFileMemoryRange> &ranges, + Progress &progressTracker) { ---------------- JDevlieghere wrote:
```suggestion Progress &progress) { ``` https://github.com/llvm/llvm-project/pull/108309 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits