Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DLocalDebugDelegate.cpp37 void LocalDebugDelegate::OnCreateThread(const HostThread &thread) { in OnCreateThread() function in LocalDebugDelegate
39 process->OnCreateThread(thread); in OnCreateThread()
H A DNativeProcessWindows.h102 void OnCreateThread(const HostThread &thread) override;
158 void OnCreateThread(const HostThread &thread) override { in OnCreateThread() function
159 m_process.OnCreateThread(thread); in OnCreateThread()
H A DIDebugDelegate.h33 virtual void OnCreateThread(const HostThread &thread) = 0;
H A DLocalDebugDelegate.h49 void OnCreateThread(const HostThread &thread) override;
H A DProcessDebugger.h57 virtual void OnCreateThread(const HostThread &thread);
H A DProcessWindows.h90 void OnCreateThread(const HostThread &thread) override;
H A DProcessDebugger.cpp516 void ProcessDebugger::OnCreateThread(const HostThread &thread) { in OnCreateThread() function in lldb_private::ProcessDebugger
H A DDebuggerThread.cpp362 m_debug_delegate->OnCreateThread(thread); in HandleCreateThreadEvent()
H A DNativeProcessWindows.cpp563 void NativeProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() function in lldb_private::NativeProcessWindows
H A DProcessWindows.cpp762 void ProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() function in lldb_private::ProcessWindows