LLDB mainline
lldb_private::Diagnostics::Report Struct Reference

The state a triager needs to make sense of a bug report. More...

#include <Diagnostics.h>

Public Attributes

std::string version
std::string os
std::string invocation
Attachments attachments

Detailed Description

The state a triager needs to make sense of a bug report.

The full payload is written into the bundle directory. These scalars are carried in the terminal output and the report body rather than as redundant files. More fields are expected to accrue over time.

Definition at line 50 of file Diagnostics.h.

Member Data Documentation

◆ attachments

Attachments lldb_private::Diagnostics::Report::attachments

◆ invocation

std::string lldb_private::Diagnostics::Report::invocation

◆ os

std::string lldb_private::Diagnostics::Report::os

◆ version

std::string lldb_private::Diagnostics::Report::version

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