|
LLDB mainline
|
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 |
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.
| std::string lldb_private::Diagnostics::Attachments::directory |
Definition at line 42 of file Diagnostics.h.
Referenced by lldb_private::Diagnostics::Collect(), lldb_private::GitHubReporter::File(), and lldb_private::toJSON().
| 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().