shafik added inline comments.

================
Comment at: lldb/include/lldb/Core/Progress.h:33
+  std::atomic<uint32_t> m_completed;
+  const uint64_t m_total;
+};
----------------
Maybe I am misunderstanding but if we are going to have a total are we also 
going to variable to keep track of the expected total number of steps we have 
in the complete progress? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97739/new/

https://reviews.llvm.org/D97739

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to