|
LLDB mainline
|
#include "lldb/lldb-defines.h"#include "lldb/lldb-types.h"#include "lldb/Utility/DiagnosticsRendering.h"#include "lldb/Utility/FileSpec.h"#include "lldb/Utility/Status.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringRef.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | lldb_private::ExpressionError |
| An llvm::Error used to communicate diagnostics in Status. More... | |
| class | lldb_private::Diagnostic |
| class | lldb_private::DiagnosticManager |
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
Typedefs | |
| typedef std::vector< std::unique_ptr< Diagnostic > > | lldb_private::DiagnosticList |
Variables | |
| const uint32_t | lldb_private::LLDB_INVALID_COMPILER_ID = UINT32_MAX |