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

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 26 16:48:21 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 remember this being 1:1 with Progress and not being changed so I would think we should add a new doc string to Increment. Is there anything in particular you want to call out? Many of the deterministic/non-deterministic are predominantly relevant to DAP.


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


More information about the lldb-commits mailing list