Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp76 SBThread SBThreadCollection::GetThreadAtIndex(size_t idx) { in GetThreadAtIndex() function in SBThreadCollection
81 thread = m_opaque_sp->GetThreadAtIndex(idx); in GetThreadAtIndex()
H A DSBQueue.cpp137 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 DSBProcess.cpp385 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 DSBThreadCollection.h32 lldb::SBThread GetThreadAtIndex(size_t idx);
H A DSBQueue.h45 lldb::SBThread GetThreadAtIndex(uint32_t);
H A DSBProcess.h97 lldb::SBThread GetThreadAtIndex(size_t index);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadCollection.h44 lldb::ThreadSP GetThreadAtIndex(uint32_t idx);
H A DThreadList.h87 lldb::ThreadSP GetThreadAtIndex(uint32_t idx, bool can_update = true);
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessDocstrings.i55 ) lldb::SBProcess::GetThreadAtIndex;
H A DSBProcessExtensions.i59 return self.sbprocess.GetThreadAtIndex(key)
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadCollection.cpp59 ThreadSP ThreadCollection::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in ThreadCollection
H A DThreadList.cpp91 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 DProcess.cpp836 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 DExecutionContext.cpp517 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(0); in SetTargetPtr()
H A DTarget.cpp2934 lldb::ThreadSP cur_thread_sp = cur_threadlist.GetThreadAtIndex(i); in RunStopHooks()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp217 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 DNativeProcessProtocol.cpp100 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 DProcessFreeBSDKernel.cpp257 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 DNativeProcessProtocol.h213 NativeThreadProtocol *GetThreadAtIndex(uint32_t idx);
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp777 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 DCommandObjectThread.cpp725 process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute()
759 Thread *thread = process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute()
H A DCommandObjectProcess.cpp667 process->GetThreadList().GetThreadAtIndex(idx)->SetResumeState( in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp511 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 DGDBRemoteCommunicationServerLLGS.cpp1988 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 DIOHandlerCursesGUI.cpp5252 ThreadSP thread = threads.GetThreadAtIndex(i); in TreeDelegateGenerateChildren()
5282 ThreadSP thread = threads.GetThreadAtIndex(i); in TreeDelegateUpdateSelection()
6545 ThreadSP thread_sp = threads.GetThreadAtIndex(i); in MenuDelegateAction()

12