[Lldb-commits] [lldb] [LLDB][SBProgress] Add a finalize method (PR #128966)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 27 12:39:39 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;
+
+%feature("docstring",
----------------
JDevlieghere wrote:
How about something like:
> Finalize SBProgress, which will cause a progress end event to be emitted. This happens automatically when the SBProcess object is destroyed, but can be done explicitly with Finalize to avoid having to rely on the language semantics for destruction.
https://github.com/llvm/llvm-project/pull/128966
More information about the lldb-commits
mailing list