Searched refs:OnExitThread (Results 1 – 10 of 10) sorted by relevance
/llvm-project/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 | 104 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 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 | 533 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 D | DebuggerThread.cpp | 432 m_debug_delegate->OnExitThread(thread_id, info.dwExitCode); in GetFileNameFromHandleFallback()
|
H A D | NativeProcessWindows.cpp | 581 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 D | ProcessWindows.cpp | 810 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
|