|
LLDB mainline
|
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 |
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 63 of file Diagnostics.h.
| Attachments lldb_private::Diagnostics::Report::attachments |
Definition at line 67 of file Diagnostics.h.
Referenced by lldb_private::Diagnostics::Collect(), lldb_private::GitHubReporter::File(), and lldb_private::toJSON().
| std::string lldb_private::Diagnostics::Report::invocation |
Definition at line 66 of file Diagnostics.h.
Referenced by lldb_private::Diagnostics::Collect(), lldb_private::GitHubReporter::File(), and lldb_private::toJSON().
| std::string lldb_private::Diagnostics::Report::os |
Definition at line 65 of file Diagnostics.h.
Referenced by lldb_private::Diagnostics::Collect(), lldb_private::GitHubReporter::File(), and lldb_private::toJSON().
| std::string lldb_private::Diagnostics::Report::version |
Definition at line 64 of file Diagnostics.h.
Referenced by lldb_private::Diagnostics::Collect(), lldb_private::GitHubReporter::File(), and lldb_private::toJSON().