Searched defs:OnExitThread (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ | ||
H A D | NativeProcessWindows.h | 163 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override { in OnExitThread() function |
H A D | LocalDebugDelegate.cpp | 42 void LocalDebugDelegate::OnExitThread(lldb::tid_t thread_id, in OnExitThread() function in LocalDebugDelegate |
H A D | ProcessDebugger.cpp | 520 void ProcessDebugger::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { OnExitThread() function in lldb_private::ProcessDebugger |
H A D | NativeProcessWindows.cpp | 577 void NativeProcessWindows::OnExitThread(lldb::tid_t thread_id, OnExitThread() function in lldb_private::NativeProcessWindows |
H A D | ProcessWindows.cpp | 777 void ProcessWindows::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { OnExitThread() function in lldb_private::ProcessWindows |