Home
last modified time | relevance | path

Searched refs:OnLoadDll (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DLocalDebugDelegate.cpp48 void LocalDebugDelegate::OnLoadDll(const lldb_private::ModuleSpec &module_spec, in OnLoadDll() function in LocalDebugDelegate
51 process->OnLoadDll(module_spec, module_addr); in OnLoadDll()
H A DNativeProcessWindows.h104 void OnLoadDll(const ModuleSpec &module_spec,
166 void OnLoadDll(const lldb_private::ModuleSpec &module_spec, in OnLoadDll() function
168 m_process.OnLoadDll(module_spec, module_addr); in OnLoadDll()
H A DIDebugDelegate.h35 virtual void OnLoadDll(const ModuleSpec &module_spec,
H A DLocalDebugDelegate.h51 void OnLoadDll(const lldb_private::ModuleSpec &module_spec,
H A DProcessDebugger.h59 virtual void OnLoadDll(const ModuleSpec &module_spec,
H A DProcessWindows.h95 void OnLoadDll(const ModuleSpec &module_spec,
H A DDebuggerThread.cpp489 m_debug_delegate->OnLoadDll(module_spec, load_addr); in HandleLoadDllEvent()
H A DProcessDebugger.cpp524 void ProcessDebugger::OnLoadDll(const ModuleSpec &module_spec, in OnLoadDll() function in lldb_private::ProcessDebugger
H A DNativeProcessWindows.cpp593 void NativeProcessWindows::OnLoadDll(const ModuleSpec &module_spec, in OnLoadDll() function in lldb_private::NativeProcessWindows
H A DProcessWindows.cpp802 void ProcessWindows::OnLoadDll(const ModuleSpec &module_spec, in OnLoadDll() function in lldb_private::ProcessWindows