LLDB mainline
lldb_private::Diagnostics::Attachments Struct Reference

The bundle directory and the files written into it, recorded as each one is created so a file that could not be written is simply absent. More...

#include <Diagnostics.h>

Public Attributes

std::string directory
std::vector< std::string > files

Detailed Description

The bundle directory and the files written into it, recorded as each one is created so a file that could not be written is simply absent.

Definition at line 41 of file Diagnostics.h.

Member Data Documentation

◆ directory

std::string lldb_private::Diagnostics::Attachments::directory

◆ files

std::vector<std::string> lldb_private::Diagnostics::Attachments::files

Definition at line 43 of file Diagnostics.h.

Referenced by lldb_private::Diagnostics::Collect(), and lldb_private::toJSON().


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