Searched refs:OnLoadDll (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | LocalDebugDelegate.cpp | 48 void LocalDebugDelegate::OnLoadDll(const lldb_private::ModuleSpec &module_spec, in OnLoadDll() function in LocalDebugDelegate 51 process->OnLoadDll(module_spec, module_addr); in OnLoadDll()
|
D | NativeProcessWindows.h | 104 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()
|
D | IDebugDelegate.h | 35 virtual void OnLoadDll(const ModuleSpec &module_spec,
|
D | LocalDebugDelegate.h | 51 void OnLoadDll(const lldb_private::ModuleSpec &module_spec,
|
D | ProcessDebugger.h | 59 virtual void OnLoadDll(const ModuleSpec &module_spec,
|
D | ProcessWindows.h | 97 void OnLoadDll(const ModuleSpec &module_spec,
|
D | DebuggerThread.cpp | 488 m_debug_delegate->OnLoadDll(module_spec, load_addr); in HandleLoadDllEvent()
|
D | ProcessDebugger.cpp | 528 void ProcessDebugger::OnLoadDll(const ModuleSpec &module_spec, in OnLoadDll() function in lldb_private::ProcessDebugger
|
D | NativeProcessWindows.cpp | 569 void NativeProcessWindows::OnLoadDll(const ModuleSpec &module_spec, in OnLoadDll() function in lldb_private::NativeProcessWindows
|
D | ProcessWindows.cpp | 789 void ProcessWindows::OnLoadDll(const ModuleSpec &module_spec, in OnLoadDll() function in lldb_private::ProcessWindows
|