Home
last modified time | relevance | path

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

/llvm-project/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.h103 void OnCreateThread(const HostThread &thread) override;
159 void OnCreateThread(const HostThread &thread) override { in OnCreateThread() function
160 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.cpp529 void ProcessDebugger::OnCreateThread(const HostThread &thread) { in OnUnloadDll()
516 void ProcessDebugger::OnCreateThread(const HostThread &thread) { OnCreateThread() function in lldb_private::ProcessDebugger
H A DDebuggerThread.cpp395 m_debug_delegate->OnCreateThread(thread); in HandleExitThreadEvent()
H A DNativeProcessWindows.cpp567 void NativeProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread()
563 void NativeProcessWindows::OnCreateThread(const HostThread &new_thread) { OnCreateThread() function in lldb_private::NativeProcessWindows
H A DProcessWindows.cpp790 void ProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnExitThread()
757 void ProcessWindows::OnCreateThread(const HostThread &new_thread) { OnCreateThread() function in lldb_private::ProcessWindows