LLDB mainline
lldb_private::Debugger::ProgressReport Struct Reference

#include <Debugger.h>

Public Attributes

uint64_t id
uint64_t completed
uint64_t total
std::string message

Detailed Description

Definition at line 611 of file Debugger.h.

Member Data Documentation

◆ completed

uint64_t lldb_private::Debugger::ProgressReport::completed

Definition at line 613 of file Debugger.h.

◆ id

uint64_t lldb_private::Debugger::ProgressReport::id

Definition at line 612 of file Debugger.h.

Referenced by lldb_private::Debugger::HandleProgressEvent().

◆ message

std::string lldb_private::Debugger::ProgressReport::message

Definition at line 615 of file Debugger.h.

◆ total

uint64_t lldb_private::Debugger::ProgressReport::total

Definition at line 614 of file Debugger.h.


The documentation for this struct was generated from the following file: