File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ without waiting for your language or language implementations non-deterministic
19
19
of the SBProgress object.
20
20
21
21
Note once finalized, no further increments will be processed." ) lldb::SBProgress::Finalize;
22
+
23
+ %feature(" docstring" ,
24
+ " Increment the progress by a given number of units, optionally with a message. Not all progress events are guaraunteed
25
+ to be sent, but incrementing to the total will always guarauntee a progress end event being sent." ) lldb::SBProcess::Increment;
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class LLDB_API SBProgress {
61
61
62
62
// / Explicitly finalize an SBProgress, this can be used to terminate a
63
63
// / progress on command instead of waiting for a garbage collection or other
64
- // / finalizer .
64
+ // / RAII to destroy the contained progress object .
65
65
void Finalize ();
66
66
67
67
protected:
You can’t perform that action at this time.
0 commit comments