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 39c24c5 commit 8171f6dCopy full SHA for 8171f6d
lldb/include/lldb/Core/Progress.h
@@ -64,6 +64,9 @@ class Progress {
64
///
65
/// @param [in] title The title of this progress activity.
66
67
+ /// @param [in] details Specific information about what the progress report
68
+ /// is currently working on.
69
+ ///
70
/// @param [in] total The total units of work to be done if specified, if
71
/// set to std::nullopt then an indeterminate progress indicator should be
72
/// displayed.
0 commit comments