|
LLDB mainline
|
#include "lldb/Core/ModuleChild.h"#include "lldb/Core/PluginInterface.h"#include "lldb/Symbol/Symtab.h"#include "lldb/Symbol/UnwindTable.h"#include "lldb/Utility/AddressableBits.h"#include "lldb/Utility/DataExtractor.h"#include "lldb/Utility/Endian.h"#include "lldb/Utility/FileSpec.h"#include "lldb/Utility/FileSpecList.h"#include "lldb/Utility/StructuredData.h"#include "lldb/Utility/UUID.h"#include "lldb/lldb-private.h"#include "llvm/Support/Threading.h"#include "llvm/Support/VersionTuple.h"#include <optional>Go to the source code of this file.
Classes | |
| class | lldb_private::ObjectFile |
| A plug-in interface definition class for object file parsers. More... | |
| struct | lldb_private::ObjectFile::LoadableData |
| struct | llvm::format_provider< lldb_private::ObjectFile::Type > |
| struct | llvm::format_provider< lldb_private::ObjectFile::Strata > |
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
| namespace | llvm |
| namespace | llvm::json |
Functions | |
| bool | llvm::json::fromJSON (const llvm::json::Value &value, lldb_private::ObjectFile::Type &, llvm::json::Path path) |