Home
last modified time | relevance | path

Searched refs:GetThreadByID (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/python_os_plugin/
H A DTestPythonOSPlugin.py65 thread = process.GetThreadByID(0x111111111)
69 thread = process.GetThreadByID(0x222222222)
73 thread = process.GetThreadByID(0x333333333)
85 thread = process.GetThreadByID(0x111111111)
90 thread = process.GetThreadByID(0x222222222)
95 thread = process.GetThreadByID(0x333333333)
107 thread = process.GetThreadByID(0x111111111)
111 thread = process.GetThreadByID(0x222222222)
115 thread = process.GetThreadByID(0x333333333)
149 thread = process.GetThreadByID(0x111111111)
[all …]
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp32 MachThreadSP thread_sp(GetThreadByID(tid)); in GetState()
39 MachThreadSP thread_sp(GetThreadByID(tid)); in GetName()
48 MachThreadSP thread_sp(GetThreadByID(tid)); in GetRequestedQoS()
55 MachThreadSP thread_sp(GetThreadByID(tid)); in GetPThreadT()
62 MachThreadSP thread_sp(GetThreadByID(tid)); in GetDispatchQueueT()
71 MachThreadSP thread_sp(GetThreadByID(tid)); in GetTSDAddressForThread()
80 MachThreadSP thread_sp(GetThreadByID(tid)); in SetCurrentThread()
90 MachThreadSP thread_sp(GetThreadByID(tid)); in GetThreadStoppedReason()
106 MachThreadSP thread_sp(GetThreadByID(tid)); in DumpThreadStoppedReason()
112 MachThreadSP thread_sp(GetThreadByID(tid)); in GetThreadInfo()
[all …]
H A DMachThreadList.h75 MachThreadSP GetThreadByID(nub_thread_t tid) const;
H A DMachProcess.mm593 MachThreadSP thread_sp(m_thread_list.GetThreadByID(tid));
1296 MachThreadSP thread_sp(m_thread_list.GetThreadByID(tid));
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/mach-core/
H A DTestMachCore.py44 thread = process.GetThreadByID(0x111111111)
48 thread = process.GetThreadByID(0x222222222)
52 thread = process.GetThreadByID(0x333333333)
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestThreadSelectionBug.py29 thread = process.GetThreadByID(0x1)
33 thread = process.GetThreadByID(0x2)
37 thread = process.GetThreadByID(0x3)
H A DTestMultiprocess.py45 self.assertEqual(process.GetThreadByID(0x10200).stop_reason,
47 self.assertEqual(process.GetThreadByID(0x10204).stop_reason,
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp156 NativeProcessWindows::GetThreadByID(lldb::tid_t thread_id) { in GetThreadByID() function in lldb_private::NativeProcessWindows
158 NativeProcessProtocol::GetThreadByID(thread_id)); in GetThreadByID()
270 NativeThreadWindows *thread = GetThreadByID(thread_id); in StopThread()
463 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) { in OnDebugException()
498 GetThreadByID(record.GetThreadID())) { in OnDebugException()
519 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) in OnDebugException()
580 NativeThreadWindows *thread = GetThreadByID(thread_id); in OnExitThread()
H A DNativeProcessWindows.h109 NativeThreadWindows *GetThreadByID(lldb::tid_t thread_id);
/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/
H A DTestOSPluginStepping.py37 return self.process.GetThreadByID(0x111111111)
79 thread = self.process.GetThreadByID(0x111111111)
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/
H A DTestFirmwareCorefiles.py269 thread = process.GetThreadByID(0x111111111)
272 thread = process.GetThreadByID(0x222222222)
275 thread = process.GetThreadByID(0x333333333)
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_process.py25 obj.GetThreadByID(0)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/
H A DTestNetBSDCore.py184 thread = process.GetThreadByID(1)
214 thread = process.GetThreadByID(1)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i143 Returns the thread with the given thread ID.") GetThreadByID;
145 GetThreadByID (lldb::tid_t sb_thread_id);
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_expression/
H A DTestExitDuringExpression.py89 thread = process.GetThreadByID(tid)
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h214 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid);
221 return GetThreadByID(m_current_thread_id); in GetCurrentThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DIntelPTMultiCoreTrace.cpp132 return (bool)m_process.GetThreadByID(tid); in TracesThread()
H A DNativeProcessLinux.h106 NativeThreadLinux *GetThreadByID(lldb::tid_t id);
H A DNativeProcessLinux.cpp1763 NativeThreadLinux *NativeProcessLinux::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() function in NativeProcessLinux
1765 NativeProcessProtocol::GetThreadByID(tid)); in GetThreadByID()
1927 NativeThreadLinux *thread = GetThreadByID(KV.first); in SigchldHandler()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread_plan/
H A DTestThreadPlanCommands.py120 thread = process.GetThreadByID(fake_tid)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcess.h93 lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.cpp369 return target.GetProcess().GetThreadByID(tid); in GetLLDBThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1003 NativeThreadProtocol *thread = process.GetThreadByID(tid); in SendStopReplyPacketForThread()
2380 new_process_it->second.process_up->GetThreadByID(tid); in Handle_H()
3027 NativeThreadProtocol *thread = m_continue_process->GetThreadByID(tid); in Handle_s()
4036 if (!new_process_it->second.process_up->GetThreadByID(tid)) in Handle_T()
4084 return m_current_process->GetThreadByID(current_tid); in GetThreadFromSuffix()
4114 return m_current_process->GetThreadByID(tid); in GetThreadFromSuffix()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp115 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() function in NativeProcessProtocol
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp676 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID() function in SBProcess