We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143e4da commit c8eab8aCopy full SHA for c8eab8a
lldb/bindings/interface/SBProgressDocstrings.i
@@ -19,3 +19,7 @@ without waiting for your language or language implementations non-deterministic
19
of the SBProgress object.
20
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;
0 commit comments