[Lldb-commits] [lldb] [LLDB][Minidump] Add a progress bar to minidump (PR #108309)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 12 14:42:11 PDT 2024
================
@@ -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
More information about the lldb-commits
mailing list