Home
last modified time | relevance | path

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

12

/freebsd/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.cpp387 SBThread SBProcess::GetThreadAtIndex(size_t index) { in GetThreadAtIndex() function in SBProcess
398 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(index, can_update); in GetThreadAtIndex()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadCollection.h44 lldb::ThreadSP GetThreadAtIndex(uint32_t idx);
H A DThreadList.h88 lldb::ThreadSP GetThreadAtIndex(uint32_t idx, bool can_update = true);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadCollection.cpp59 ThreadSP ThreadCollection::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in ThreadCollection
H A DThreadList.cpp90 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { in GetThreadAtIndex() function in ThreadList
630 thread_to_run = run_me_only_list.GetThreadAtIndex(0); in WillResume()
635 thread_to_run = run_me_only_list.GetThreadAtIndex(random_thread); in WillResume()
H A DExecutionContext.cpp517 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(0); in SetTargetPtr()
H A DProcess.cpp868 thread = thread_list.GetThreadAtIndex(i); in HandleProcessStateChangedEvent()
914 thread = thread_list.GetThreadAtIndex(0); in HandleProcessStateChangedEvent()
1205 old_thread_list.GetThreadAtIndex(i, false)->ClearBackingThread(); in UpdateThreadListIfNeeded()
4180 lldb::ThreadSP thread_sp = curr_thread_list.GetThreadAtIndex(idx); in ShouldStop()
5596 Thread *thread = thread_list.GetThreadAtIndex(thread_index).get(); in RunThreadPlan()
5794 thread_id_array[idx] = curr_thread_list.GetThreadAtIndex(idx)->GetID(); in GetThreadStatus()
H A DTarget.cpp2922 lldb::ThreadSP cur_thread_sp = cur_threadlist.GetThreadAtIndex(i); in RunStopHooks()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessDocstrings.i55 ) lldb::SBProcess::GetThreadAtIndex;
H A DSBProcessExtensions.i59 return self.sbprocess.GetThreadAtIndex(key)
76 return lldb_iter(self, 'GetNumThreads', 'GetThreadAtIndex')
/freebsd/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/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/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp258 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp75 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddHeaderAndCalculateDirectories()
615 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddThreadList()
681 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddExceptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h213 NativeThreadProtocol *GetThreadAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp792 for (uint32_t idx = 0; (thread_sp = threads.GetThreadAtIndex(idx)); ++idx) { in ThreadIndexes()
836 for (uint32_t idx = 0; (thread_sp = threads.GetThreadAtIndex(idx)); ++idx) { in ThreadIDs()
H A DCommandObjectThread.cpp699 process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute()
733 Thread *thread = process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute()
H A DCommandObjectProcess.cpp645 process->GetThreadList().GetThreadAtIndex(idx)->SetResumeState( in DoExecute()
/freebsd/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()
4106 return m_current_process->GetThreadAtIndex(0); in GetThreadFromSuffix()
/freebsd/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