LLDB mainline
DynamicLoader.h File Reference
#include "lldb/Core/Address.h"
#include "lldb/Core/PluginInterface.h"
#include "lldb/Target/CoreFileMemoryRanges.h"
#include "lldb/Utility/FileSpec.h"
#include "lldb/Utility/Status.h"
#include "lldb/Utility/UUID.h"
#include "lldb/lldb-defines.h"
#include "lldb/lldb-forward.h"
#include "lldb/lldb-private-enumerations.h"
#include "lldb/lldb-types.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/Error.h"
#include <cstddef>
#include <cstdint>
#include <string>

Go to the source code of this file.

Classes

class  lldb_private::DynamicLoader
 A plug-in interface definition class for dynamic loaders. More...
struct  lldb_private::DynamicLoader::BinarySpec
 A binary to find and load into a Target. More...

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.