[Lldb-commits] [lldb] [LLDB][SBProgress] Add a finalize method (PR #128966)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 27 11:46:30 PST 2025


================
@@ -12,3 +12,10 @@ and will always send an initial progress update, updates when
 Progress::Increment() is called, and also will make sure that a progress
 completed update is reported even if the user doesn't explicitly cause one
 to be sent.") lldb::SBProgress;
----------------
Jlalond wrote:

I made an _attempt_ at summarizing this in increment in manner that doesn't expose too much about the externals. Specifically so that it doesn't go out of date instantly.

https://github.com/llvm/llvm-project/pull/128966


More information about the lldb-commits mailing list