================
@@ -134,6 +144,9 @@ class Progress {
   /// Data needed by the debugger to broadcast a progress event.
   const ProgressData m_progress_data;
 
+  /// The origin of this progress event.
+  const Origin m_origin;
----------------
JDevlieghere wrote:

This seems redundant if we store the origin in the `ProgressData`?

https://github.com/llvm/llvm-project/pull/120171
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to