Searched refs:DynamicLoaderWindowsDYLD (Results 1 – 2 of 2) sorted by relevance
26 LLDB_PLUGIN_DEFINE(DynamicLoaderWindowsDYLD) in LLDB_PLUGIN_DEFINE() argument28 DynamicLoaderWindowsDYLD::DynamicLoaderWindowsDYLD(Process *process) in LLDB_PLUGIN_DEFINE()31 DynamicLoaderWindowsDYLD::~DynamicLoaderWindowsDYLD() = default;33 void DynamicLoaderWindowsDYLD::Initialize() { in Initialize()38 void DynamicLoaderWindowsDYLD::Terminate() {} in Terminate()40 ConstString DynamicLoaderWindowsDYLD::GetPluginNameStatic() { in GetPluginNameStatic()45 const char *DynamicLoaderWindowsDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()61 return new DynamicLoaderWindowsDYLD(process); in CreateInstance()124 void DynamicLoaderWindowsDYLD::DidAttach() { in DidAttach()154 void DynamicLoaderWindowsDYLD::DidLaunch() { in DidLaunch()[all …]
19 class DynamicLoaderWindowsDYLD : public DynamicLoader {21 DynamicLoaderWindowsDYLD(Process *process);23 ~DynamicLoaderWindowsDYLD() override;