[Lldb-commits] [lldb] [lldb][progress] Add discrete boolean flag to progress reports (PR #69516)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 5 15:09:45 PST 2023
================
@@ -97,12 +119,17 @@ class Progress {
/// The title of the progress activity.
std::string m_title;
std::mutex m_mutex;
+ /// Set to eNonAggregateProgressReport if the progress event is aggregate;
----------------
jasonmolenda wrote:
I'm a little confused by this comment. Set to eNonAggregateProgressReport if the progress report is aggregate?
https://github.com/llvm/llvm-project/pull/69516
More information about the lldb-commits
mailing list