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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 26 16:24:40 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;
----------------
clayborg wrote:

Lets add some usage documentation here for both non-determinisitic and deterministic progress class usage in python here. That way people can see this and use the class as intended.

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


More information about the lldb-commits mailing list