|
LLDB mainline
|
#include "lldb/Host/common/DiagnosticsRendering.h"#include "lldb/Host/Terminal.h"#include <cstdint>Go to the source code of this file.
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) |
| static llvm::raw_ostream & | lldb_private::PrintSeverity (Stream &stream, lldb::Severity severity) |
| void | lldb_private::RenderDiagnosticDetails (Stream &stream, std::optional< uint16_t > offset_in_command, bool show_inline, llvm::ArrayRef< DiagnosticDetail > details, bool force_ascii=false) |
| Renders an array of DiagnosticDetail instances. | |