[Lldb-commits] [lldb] [LLDB] Add external progress bit category (PR #120171)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 6 11:22:53 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;
----------------
Jlalond wrote:
Good catch! Fixed.
https://github.com/llvm/llvm-project/pull/120171
More information about the lldb-commits
mailing list