Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DLocalDebugDelegate.cpp42 void LocalDebugDelegate::OnExitThread(lldb::tid_t thread_id, in OnExitThread() function in LocalDebugDelegate
45 process->OnExitThread(thread_id, exit_code); in OnExitThread()
H A DNativeProcessWindows.h104 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override;
163 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override { in OnExitThread() function
164 m_process.OnExitThread(thread_id, exit_code); in OnExitThread()
H A DIDebugDelegate.h34 virtual void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) = 0;
H A DLocalDebugDelegate.h50 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override;
H A DProcessDebugger.h58 virtual void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code);
H A DProcessWindows.h91 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override;
H A DProcessDebugger.cpp533 void ProcessDebugger::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { in OnDebugString()
520 void ProcessDebugger::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { OnExitThread() function in lldb_private::ProcessDebugger
H A DDebuggerThread.cpp432 m_debug_delegate->OnExitThread(thread_id, info.dwExitCode); in GetFileNameFromHandleFallback()
H A DNativeProcessWindows.cpp581 void NativeProcessWindows::OnExitThread(lldb::tid_t thread_id, in OnExitThread()
577 void NativeProcessWindows::OnExitThread(lldb::tid_t thread_id, OnExitThread() function in lldb_private::NativeProcessWindows
H A DProcessWindows.cpp810 void ProcessWindows::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { in OnDebuggerError()
777 void ProcessWindows::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { OnExitThread() function in lldb_private::ProcessWindows