| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThreadCollection.cpp | 76 SBThread SBThreadCollection::GetThreadAtIndex(size_t idx) { in GetThreadAtIndex() function in SBThreadCollection 81 thread = m_opaque_sp->GetThreadAtIndex(idx); in GetThreadAtIndex()
|
| H A D | SBQueue.cpp | 137 lldb::SBThread GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in lldb_private::QueueImpl 283 SBThread SBQueue::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in SBQueue 286 SBThread th = m_opaque_sp->GetThreadAtIndex(idx); in GetThreadAtIndex()
|
| H A D | SBProcess.cpp | 385 SBThread SBProcess::GetThreadAtIndex(size_t index) { in GetThreadAtIndex() function in SBProcess 396 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(index, can_update); in GetThreadAtIndex()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBThreadCollection.h | 32 lldb::SBThread GetThreadAtIndex(size_t idx);
|
| H A D | SBQueue.h | 45 lldb::SBThread GetThreadAtIndex(uint32_t);
|
| H A D | SBProcess.h | 97 lldb::SBThread GetThreadAtIndex(size_t index);
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadCollection.h | 44 lldb::ThreadSP GetThreadAtIndex(uint32_t idx);
|
| H A D | ThreadList.h | 87 lldb::ThreadSP GetThreadAtIndex(uint32_t idx, bool can_update = true);
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcessDocstrings.i | 55 ) lldb::SBProcess::GetThreadAtIndex;
|
| H A D | SBProcessExtensions.i | 59 return self.sbprocess.GetThreadAtIndex(key)
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadCollection.cpp | 59 ThreadSP ThreadCollection::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in ThreadCollection
|
| H A D | ThreadList.cpp | 91 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { in GetThreadAtIndex() function in ThreadList 631 thread_to_run = run_me_only_list.GetThreadAtIndex(0); in WillResume() 636 thread_to_run = run_me_only_list.GetThreadAtIndex(random_thread); in WillResume()
|
| H A D | Process.cpp | 836 thread = thread_list.GetThreadAtIndex(i); in HandleProcessStateChangedEvent() 882 thread = thread_list.GetThreadAtIndex(0); in HandleProcessStateChangedEvent() 1173 old_thread_list.GetThreadAtIndex(i, false)->ClearBackingThread(); in UpdateThreadListIfNeeded() 3996 lldb::ThreadSP thread_sp = curr_thread_list.GetThreadAtIndex(idx); in ShouldStop() 4033 lldb::ThreadSP thread_sp = not_suspended_thread_list.GetThreadAtIndex(idx); in ShouldStop() 5399 Thread *thread = thread_list.GetThreadAtIndex(thread_index).get(); in RunThreadPlan() 5597 thread_id_array[idx] = curr_thread_list.GetThreadAtIndex(idx)->GetID(); in GetThreadStatus()
|
| H A D | ExecutionContext.cpp | 517 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(0); in SetTargetPtr()
|
| H A D | Target.cpp | 2934 lldb::ThreadSP cur_thread_sp = cur_threadlist.GetThreadAtIndex(i); in RunStopHooks()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 217 core_thread_list.GetThreadAtIndex(core_idx, false), insert_idx); in UpdateThreadList() 268 core_thread_list.GetThreadAtIndex(core_number, false)); in CreateThreadFromThreadInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 100 NativeThreadProtocol *NativeProcessProtocol::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in NativeProcessProtocol 137 const_cast<NativeProcessProtocol *>(this)->GetThreadAtIndex(0)); in GetHardwareDebugSupportInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
| H A D | ProcessFreeBSDKernel.cpp | 257 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 213 NativeThreadProtocol *GetThreadAtIndex(uint32_t idx);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 777 for (uint32_t idx = 0; (thread_sp = threads.GetThreadAtIndex(idx)); ++idx) { in ThreadIndexes() 821 for (uint32_t idx = 0; (thread_sp = threads.GetThreadAtIndex(idx)); ++idx) { in ThreadIDs()
|
| H A D | CommandObjectThread.cpp | 725 process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute() 759 Thread *thread = process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 667 process->GetThreadList().GetThreadAtIndex(idx)->SetResumeState( in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 511 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddThreadList() 592 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddExceptions()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1988 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0); in Handle_qRegisterInfo() 3057 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0); in BuildTargetXml() 4104 return m_current_process->GetThreadAtIndex(0); in GetThreadFromSuffix()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5252 ThreadSP thread = threads.GetThreadAtIndex(i); in TreeDelegateGenerateChildren() 5282 ThreadSP thread = threads.GetThreadAtIndex(i); in TreeDelegateUpdateSelection() 6545 ThreadSP thread_sp = threads.GetThreadAtIndex(i); in MenuDelegateAction()
|