Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
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()
DNativeProcessWindows.h104 void OnLoadDll(const ModuleSpec &module_spec,
161 void OnLoadDll(const lldb_private::ModuleSpec &module_spec, in OnLoadDll() function
163 m_process.OnLoadDll(module_spec, module_addr); in OnLoadDll()
DIDebugDelegate.h35 virtual void OnLoadDll(const ModuleSpec &module_spec,
DLocalDebugDelegate.h51 void OnLoadDll(const lldb_private::ModuleSpec &module_spec,
DProcessDebugger.h59 virtual void OnLoadDll(const ModuleSpec &module_spec,
DProcessWindows.h97 void OnLoadDll(const ModuleSpec &module_spec,
DDebuggerThread.cpp488 m_debug_delegate->OnLoadDll(module_spec, load_addr); in HandleLoadDllEvent()
DProcessDebugger.cpp528 void ProcessDebugger::OnLoadDll(const ModuleSpec &module_spec, in OnLoadDll() function in lldb_private::ProcessDebugger
DNativeProcessWindows.cpp569 void NativeProcessWindows::OnLoadDll(const ModuleSpec &module_spec, in OnLoadDll() function in lldb_private::NativeProcessWindows
DProcessWindows.cpp789 void ProcessWindows::OnLoadDll(const ModuleSpec &module_spec, in OnLoadDll() function in lldb_private::ProcessWindows