9#ifndef LLDB_CORE_BUGREPORTER_H
10#define LLDB_CORE_BUGREPORTER_H
15#include "llvm/ADT/ArrayRef.h"
16#include "llvm/ADT/StringRef.h"
17#include "llvm/Support/Error.h"
A pluggable destination for a diagnostics bundle.
virtual llvm::Error File(const Diagnostics::Report &report)=0
PluginInterface()=default
A class that represents a running process on the host machine.
llvm::ArrayRef< llvm::StringRef > GetBugReportQuestions()
The questions only the person filing the report can answer.
The state a triager needs to make sense of a bug report.