Skip to content

Commit c8eab8a

Browse files
committed
Add docstring about increment
1 parent 143e4da commit c8eab8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/bindings/interface/SBProgressDocstrings.i

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ without waiting for your language or language implementations non-deterministic
1919
of the SBProgress object.
2020
2121
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;

0 commit comments

Comments
 (0)