Home
last modified time | relevance | path

Searched defs:module_addr (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h167 lldb::addr_t module_addr) override { in OnLoadDll()
171 void OnUnloadDll(lldb::addr_t module_addr) override { in OnUnloadDll()
H A DLocalDebugDelegate.cpp49 lldb::addr_t module_addr) { in OnLoadDll()
54 void LocalDebugDelegate::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll()
H A DProcessDebugger.cpp525 lldb::addr_t module_addr) { in OnLoadDll()
529 void ProcessDebugger::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll()
H A DNativeProcessWindows.cpp594 lldb::addr_t module_addr) { in OnLoadDll()
600 void NativeProcessWindows::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll()
H A DProcessWindows.cpp801 lldb::addr_t module_addr) { in OnLoadDll()
806 void ProcessWindows::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp64 lldb::addr_t module_addr) { in OnLoadModule()
82 void DynamicLoaderWindowsDYLD::OnUnloadModule(lldb::addr_t module_addr) { in OnUnloadModule()