[Lldb-commits] [lldb] [lldb][progress][NFC] Add groundwork to keep track of progress reports (PR #81026)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 7 13:49:03 PST 2024
================
@@ -117,6 +127,7 @@ class Progress {
/// to ensure that we don't send progress updates after progress has
/// completed.
bool m_complete = false;
+ bool m_type;
----------------
chelcassanova wrote:
Holdover from when I used a bool for this value before switching an enum when I put the patch up.
https://github.com/llvm/llvm-project/pull/81026
More information about the lldb-commits
mailing list