|
LLDB mainline
|
#include "lldb/Utility/Status.h"#include "lldb/Utility/Stream.h"#include "llvm/Support/WithColor.h"Go to the source code of this file.
Classes | |
| struct | lldb_private::DiagnosticDetail |
A compiler-independent representation of an lldb_private::Diagnostic. More... | |
| struct | lldb_private::DiagnosticDetail::SourceLocation |
| A source location consisting of a file name and position. More... | |
| class | lldb_private::DiagnosticError |
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
Functions | |
| StructuredData::ObjectSP | lldb_private::Serialize (llvm::ArrayRef< DiagnosticDetail > details) |
| void | lldb_private::RenderDiagnosticDetails (Stream &stream, std::optional< uint16_t > offset_in_command, bool show_inline, llvm::ArrayRef< DiagnosticDetail > details) |