Home
last modified time | relevance | path

Searched refs:module_addr (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DLocalDebugDelegate.cpp49 lldb::addr_t module_addr) { in OnLoadDll() argument
51 process->OnLoadDll(module_spec, module_addr); in OnLoadDll()
54 void LocalDebugDelegate::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll() argument
56 process->OnUnloadDll(module_addr); in OnUnloadDll()
DNativeProcessWindows.h105 lldb::addr_t module_addr) override;
106 void OnUnloadDll(lldb::addr_t module_addr) override;
162 lldb::addr_t module_addr) override { in OnLoadDll() argument
163 m_process.OnLoadDll(module_spec, module_addr); in OnLoadDll()
166 void OnUnloadDll(lldb::addr_t module_addr) override { in OnUnloadDll() argument
167 m_process.OnUnloadDll(module_addr); in OnUnloadDll()
DIDebugDelegate.h36 lldb::addr_t module_addr) = 0;
37 virtual void OnUnloadDll(lldb::addr_t module_addr) = 0;
DLocalDebugDelegate.h52 lldb::addr_t module_addr) override;
53 void OnUnloadDll(lldb::addr_t module_addr) override;
DProcessDebugger.h60 lldb::addr_t module_addr);
61 virtual void OnUnloadDll(lldb::addr_t module_addr);
DProcessWindows.h98 lldb::addr_t module_addr) override;
99 void OnUnloadDll(lldb::addr_t module_addr) override;
DProcessWindows.cpp790 lldb::addr_t module_addr) { in OnLoadDll() argument
792 dyld->OnLoadModule(nullptr, module_spec, module_addr); in OnLoadDll()
795 void ProcessWindows::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll() argument
797 dyld->OnUnloadModule(module_addr); in OnUnloadDll()
DProcessDebugger.cpp529 lldb::addr_t module_addr) { in OnLoadDll() argument
533 void ProcessDebugger::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll() argument
DNativeProcessWindows.cpp570 lldb::addr_t module_addr) { in OnLoadDll() argument
576 void NativeProcessWindows::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll() argument
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp68 lldb::addr_t module_addr) { in OnLoadModule() argument
79 m_loaded_modules[module_sp] = module_addr; in OnLoadModule()
80 UpdateLoadedSectionsCommon(module_sp, module_addr, false); in OnLoadModule()
86 void DynamicLoaderWindowsDYLD::OnUnloadModule(lldb::addr_t module_addr) { in OnUnloadModule() argument
88 if (!m_process->GetTarget().ResolveLoadAddress(module_addr, resolved_addr)) in OnUnloadModule()
DDynamicLoaderWindowsDYLD.h33 lldb::addr_t module_addr);
34 void OnUnloadModule(lldb::addr_t module_addr);