[Lldb-commits] [lldb] [lldb][progress] Hook up new broadcast bit and progress manager (PR #83069)

Chelsea Cassanova via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 26 14:34:25 PST 2024


================
@@ -97,12 +98,32 @@ class Progress {
   /// Used to indicate a non-deterministic progress report
   static constexpr uint64_t kNonDeterministicTotal = UINT64_MAX;
 
+  /// Use a struct to send data from a Progress object to
+  /// ProgressManager::ReportProgress. In addition to the Progress member fields
----------------
chelcassanova wrote:

Yes, this can be generalized more since we use the struct for more than just the call to `ReportProgress`.

https://github.com/llvm/llvm-project/pull/83069


More information about the lldb-commits mailing list