#include "lldb/Core/Module.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Core/Section.h"
#include "lldb/Symbol/ObjectFile.h"
#include "lldb/Target/SectionLoadList.h"
#include "lldb/Target/Target.h"
#include "DynamicLoaderStatic.h"
usingnamespacelldb;
usingnamespacelldb_private;
LLDB_PLUGIN_DEFINE(…)
DynamicLoader *DynamicLoaderStatic::CreateInstance(Process *process,
bool force) { … }
DynamicLoaderStatic::DynamicLoaderStatic(Process *process)
: … { … }
void DynamicLoaderStatic::DidAttach() { … }
void DynamicLoaderStatic::DidLaunch() { … }
void DynamicLoaderStatic::LoadAllImagesAtFileAddresses() { … }
ThreadPlanSP
DynamicLoaderStatic::GetStepThroughTrampolinePlan(Thread &thread,
bool stop_others) { … }
Status DynamicLoaderStatic::CanLoadImage() { … }
void DynamicLoaderStatic::Initialize() { … }
void DynamicLoaderStatic::Terminate() { … }
llvm::StringRef DynamicLoaderStatic::GetPluginDescriptionStatic() { … }