Searched refs:OnLoadDll (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A 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()
|
| H A D | NativeProcessWindows.h | 104 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 D | IDebugDelegate.h | 35 virtual void OnLoadDll(const ModuleSpec &module_spec,
|
| H A D | LocalDebugDelegate.h | 51 void OnLoadDll(const lldb_private::ModuleSpec &module_spec,
|
| H A D | ProcessDebugger.h | 59 virtual void OnLoadDll(const ModuleSpec &module_spec,
|
| H A D | ProcessWindows.h | 95 void OnLoadDll(const ModuleSpec &module_spec,
|
| H A D | DebuggerThread.cpp | 489 m_debug_delegate->OnLoadDll(module_spec, load_addr); in HandleLoadDllEvent()
|
| H A D | ProcessDebugger.cpp | 524 void ProcessDebugger::OnLoadDll(const ModuleSpec &module_spec, in OnLoadDll() function in lldb_private::ProcessDebugger
|
| H A D | NativeProcessWindows.cpp | 593 void NativeProcessWindows::OnLoadDll(const ModuleSpec &module_spec, in OnLoadDll() function in lldb_private::NativeProcessWindows
|
| H A D | ProcessWindows.cpp | 802 void ProcessWindows::OnLoadDll(const ModuleSpec &module_spec, in OnLoadDll() function in lldb_private::ProcessWindows
|