Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
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()
46 DynamicLoader *DynamicLoaderWindowsDYLD::CreateInstance(Process *process, in CreateInstance()
57 return new DynamicLoaderWindowsDYLD(process); in CreateInstance()
62 void DynamicLoaderWindowsDYLD::OnLoadModule(lldb::ModuleSP module_sp, in OnLoadModule()
82 void DynamicLoaderWindowsDYLD::OnUnloadModule(lldb::addr_t module_addr) { in OnUnloadModule()
[all …]
DDynamicLoaderWindowsDYLD.h19 class DynamicLoaderWindowsDYLD : public DynamicLoader {
21 DynamicLoaderWindowsDYLD(Process *process);
23 ~DynamicLoaderWindowsDYLD() override;
DCMakeLists.txt2 DynamicLoaderWindowsDYLD.cpp
/openbsd/src/gnu/usr.bin/clang/liblldbPluginDynamicLoader/
DMakefile17 DynamicLoaderWindowsDYLD.cpp \
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.h83 DynamicLoaderWindowsDYLD *GetDynamicLoader() override;
DProcessWindows.cpp624 DynamicLoaderWindowsDYLD *ProcessWindows::GetDynamicLoader() { in GetDynamicLoader()
627 this, DynamicLoaderWindowsDYLD::GetPluginNameStatic())); in GetDynamicLoader()
628 return static_cast<DynamicLoaderWindowsDYLD *>(m_dyld_up.get()); in GetDynamicLoader()
/openbsd/src/gnu/usr.bin/clang/include/lldb/Plugins/
DPlugins.def49 LLDB_PLUGIN(DynamicLoaderWindowsDYLD)
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt4135 lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h