================ @@ -59,6 +59,11 @@ class LLDB_API SBProgress { void Increment(uint64_t amount, const char *description = nullptr); + /// Explicitly finalize an SBProgress, this can be used to terminate a + /// progress on command instead of waiting for a garbage collection or other + /// finalizer. ---------------- clayborg wrote:
``` /// progress on command instead of waiting for a garbage collection or other /// RAII to destroy the contained progress object. https://github.com/llvm/llvm-project/pull/128966 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits