Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h103 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override;
162 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override { in OnExitThread() function
163 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.cpp520 void ProcessDebugger::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { in OnExitThread() function in lldb_private::ProcessDebugger
H A DDebuggerThread.cpp400 m_debug_delegate->OnExitThread(thread_id, info.dwExitCode); in HandleExitThreadEvent()
H A DNativeProcessWindows.cpp577 void NativeProcessWindows::OnExitThread(lldb::tid_t thread_id, in OnExitThread() function in lldb_private::NativeProcessWindows
H A DProcessWindows.cpp782 void ProcessWindows::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { in OnExitThread() function in lldb_private::ProcessWindows