Home
last modified time | relevance | path

Searched refs:DynamicLoaderWindowsDYLD (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp27 LLDB_PLUGIN_DEFINE(DynamicLoaderWindowsDYLD) in LLDB_PLUGIN_DEFINE() argument
29 DynamicLoaderWindowsDYLD::DynamicLoaderWindowsDYLD(Process *process) in LLDB_PLUGIN_DEFINE()
32 DynamicLoaderWindowsDYLD::~DynamicLoaderWindowsDYLD() = default;
34 void DynamicLoaderWindowsDYLD::Initialize() { in Initialize()
39 void DynamicLoaderWindowsDYLD::Terminate() {} in Terminate()
41 llvm::StringRef DynamicLoaderWindowsDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
57 return new DynamicLoaderWindowsDYLD(process); in CreateInstance()
62 void DynamicLoaderWindowsDYLD::OnLoadModule(lldb::ModuleSP module_sp, in OnLoadModule()
120 void DynamicLoaderWindowsDYLD::DidAttach() { in DidAttach()
150 void DynamicLoaderWindowsDYLD::DidLaunch() { in DidLaunch()
[all …]
H A DDynamicLoaderWindowsDYLD.h19 class DynamicLoaderWindowsDYLD : public DynamicLoader {
21 DynamicLoaderWindowsDYLD(Process *process);
23 ~DynamicLoaderWindowsDYLD() override;