[Lldb-commits] [lldb] [lldb][progress] Add discrete boolean flag to progress reports (PR #69516)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 30 13:50:20 PST 2023
================
@@ -97,6 +119,10 @@ class Progress {
/// The title of the progress activity.
std::string m_title;
std::mutex m_mutex;
+ /// Set to true if the progress event is aggregate; meaning it will happen
+ /// multiple times during a debug session as individual progress events
----------------
clayborg wrote:
comment is out of date, it mentions "Set to true ..."
https://github.com/llvm/llvm-project/pull/69516
More information about the lldb-commits
mailing list