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 619 of file Debugger.h.

Member Data Documentation

◆ completed

uint64_t lldb_private::Debugger::ProgressReport::completed

Definition at line 621 of file Debugger.h.

◆ id

uint64_t lldb_private::Debugger::ProgressReport::id

Definition at line 620 of file Debugger.h.

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

◆ message

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

Definition at line 623 of file Debugger.h.

◆ total

uint64_t lldb_private::Debugger::ProgressReport::total

Definition at line 622 of file Debugger.h.


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