[Lldb-commits] [lldb] [LLDB] Add external progress bit category (PR #120171)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 6 10:44:40 PST 2025
================
@@ -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
More information about the lldb-commits
mailing list