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/
DLocalDebugDelegate.cpp42 void LocalDebugDelegate::OnExitThread(lldb::tid_t thread_id, in OnExitThread() function in LocalDebugDelegate
45 process->OnExitThread(thread_id, exit_code); in OnExitThread()
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()
DIDebugDelegate.h34 virtual void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) = 0;
DLocalDebugDelegate.h50 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override;
DProcessDebugger.h58 virtual void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code);
DProcessWindows.h91 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override;
DProcessDebugger.cpp520 void ProcessDebugger::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { in OnExitThread() function in lldb_private::ProcessDebugger
DDebuggerThread.cpp400 m_debug_delegate->OnExitThread(thread_id, info.dwExitCode); in HandleExitThreadEvent()
DNativeProcessWindows.cpp577 void NativeProcessWindows::OnExitThread(lldb::tid_t thread_id, in OnExitThread() function in lldb_private::NativeProcessWindows
DProcessWindows.cpp782 void ProcessWindows::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { in OnExitThread() function in lldb_private::ProcessWindows