LLDB mainline
|
Data belonging to this Progress event that is used for bookkeeping by ProgressManager. More...
#include <Progress.h>
Public Attributes | |
std::string | title |
The title of the progress activity, also used as a category. | |
uint64_t | progress_id |
A unique integer identifier for progress reporting. | |
std::optional< lldb::user_id_t > | debugger_id |
The optional debugger ID to report progress to. | |
Data belonging to this Progress event that is used for bookkeeping by ProgressManager.
Definition at line 111 of file Progress.h.
std::optional<lldb::user_id_t> lldb_private::Progress::ProgressData::debugger_id |
The optional debugger ID to report progress to.
If this has no value then all debuggers will receive this event.
Definition at line 118 of file Progress.h.
Referenced by lldb_private::Progress::Progress(), lldb_private::Progress::ReportProgress(), and lldb_private::ProgressManager::ReportProgress().
uint64_t lldb_private::Progress::ProgressData::progress_id |
A unique integer identifier for progress reporting.
Definition at line 115 of file Progress.h.
Referenced by lldb_private::Progress::ReportProgress(), and lldb_private::ProgressManager::ReportProgress().
std::string lldb_private::Progress::ProgressData::title |
The title of the progress activity, also used as a category.
Definition at line 113 of file Progress.h.
Referenced by lldb_private::ProgressManager::Decrement(), lldb_private::ProgressManager::Increment(), lldb_private::Progress::ReportProgress(), and lldb_private::ProgressManager::ReportProgress().