9#ifndef LLDB_API_SBPROGRESS_H
10#define LLDB_API_SBPROGRESS_H
51 SBProgress(
const char *title,
const char *details, uint64_t total_units,
56 void Increment(uint64_t amount,
const char *description =
nullptr);
A Progress indicator helper class.
std::unique_ptr< lldb_private::Progress > m_opaque_up
A Progress indicator helper class.