================ @@ -1132,6 +1138,8 @@ Status MinidumpFileBuilder::AddMemoryList_64( error = AddData(data_up->GetBytes(), bytes_read); if (error.Fail()) return error; + + progress.Increment(); ---------------- clayborg wrote:
Ditto, move before the memory read and add description. 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