Searched refs:OnExitThread (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | LocalDebugDelegate.cpp | 42 void LocalDebugDelegate::OnExitThread(lldb::tid_t thread_id, in OnExitThread() function in LocalDebugDelegate 45 process->OnExitThread(thread_id, exit_code); in OnExitThread()
|
| H A D | NativeProcessWindows.h | 103 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 D | IDebugDelegate.h | 34 virtual void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) = 0;
|
| H A D | LocalDebugDelegate.h | 50 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override;
|
| H A D | ProcessDebugger.h | 58 virtual void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code);
|
| H A D | ProcessWindows.h | 91 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override;
|
| H A D | ProcessDebugger.cpp | 520 void ProcessDebugger::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { in OnExitThread() function in lldb_private::ProcessDebugger
|
| H A D | DebuggerThread.cpp | 400 m_debug_delegate->OnExitThread(thread_id, info.dwExitCode); in HandleExitThreadEvent()
|
| H A D | NativeProcessWindows.cpp | 577 void NativeProcessWindows::OnExitThread(lldb::tid_t thread_id, in OnExitThread() function in lldb_private::NativeProcessWindows
|
| H A D | ProcessWindows.cpp | 782 void ProcessWindows::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { in OnExitThread() function in lldb_private::ProcessWindows
|