Searched defs:OnDebuggerConnected (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ | ||
H A D | NativeProcessWindows.h | 150 void OnDebuggerConnected(lldb::addr_t image_base) override { in OnDebuggerConnected() function |
H A D | LocalDebugDelegate.cpp | 23 void LocalDebugDelegate::OnDebuggerConnected(lldb::addr_t image_base) { in OnDebuggerConnected() function in LocalDebugDelegate |
H A D | ProcessDebugger.cpp | 478 void ProcessDebugger::OnDebuggerConnected(lldb::addr_t image_base) {} OnDebuggerConnected() function in lldb_private::ProcessDebugger |
H A D | NativeProcessWindows.cpp | 418 void NativeProcessWindows::OnDebuggerConnected(lldb::addr_t image_base) { OnDebuggerConnected() function in lldb_private::NativeProcessWindows |
H A D | ProcessWindows.cpp | 645 void ProcessWindows::OnDebuggerConnected(lldb::addr_t image_base) { OnDebuggerConnected() function in lldb_private::ProcessWindows |