Searched refs:GetThreadAtIndex (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadCollection.i35 GetThreadAtIndex (size_t idx);
H A DSBQueue.i60 GetThreadAtIndex (uint32_t);
H A DSBProcess.i140 for more details.") GetThreadAtIndex;
142 GetThreadAtIndex (size_t index);
468 return self.sbprocess.GetThreadAtIndex(key)
485 return lldb_iter(self, 'GetNumThreads', 'GetThreadAtIndex')
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp81 SBThread SBThreadCollection::GetThreadAtIndex(size_t idx) { function in class:SBThreadCollection
82 LLDB_RECORD_METHOD(lldb::SBThread, SBThreadCollection, GetThreadAtIndex,
87 thread = m_opaque_sp->GetThreadAtIndex(idx);
105 LLDB_REGISTER_METHOD(lldb::SBThread, SBThreadCollection, GetThreadAtIndex,
H A DSBQueue.cpp145 lldb::SBThread GetThreadAtIndex(uint32_t idx) { function in class:lldb_private::QueueImpl
293 SBThread SBQueue::GetThreadAtIndex(uint32_t idx) { function in class:SBQueue
294 LLDB_RECORD_METHOD(lldb::SBThread, SBQueue, GetThreadAtIndex, (uint32_t),
297 SBThread th = m_opaque_sp->GetThreadAtIndex(idx);
349 LLDB_REGISTER_METHOD(lldb::SBThread, SBQueue, GetThreadAtIndex, (uint32_t));
H A DSBProcess.cpp429 SBThread SBProcess::GetThreadAtIndex(size_t index) { function in class:SBProcess
430 LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, GetThreadAtIndex, (size_t),
441 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(index, can_update);
1357 LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, GetThreadAtIndex, (size_t));
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBQueue.h47 lldb::SBThread GetThreadAtIndex(uint32_t);
H A DSBThreadCollection.h32 lldb::SBThread GetThreadAtIndex(size_t idx);
H A DSBProcess.h91 lldb::SBThread GetThreadAtIndex(size_t index);
/freebsd-13-stable/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-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadCollection.cpp59 ThreadSP ThreadCollection::GetThreadAtIndex(uint32_t idx) { function in class:ThreadCollection
H A DThreadList.cpp90 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { function in class:ThreadList
598 thread_to_run = run_me_only_list.GetThreadAtIndex(0);
603 thread_to_run = run_me_only_list.GetThreadAtIndex(random_thread);
H A DExecutionContext.cpp523 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(0);
H A DProcess.cpp944 thread = thread_list.GetThreadAtIndex(i);
986 thread = thread_list.GetThreadAtIndex(0);
1271 old_thread_list.GetThreadAtIndex(i, false)->ClearBackingThread();
4028 lldb::ThreadSP thread_sp = curr_thread_list.GetThreadAtIndex(idx);
4066 lldb::ThreadSP thread_sp = not_suspended_thread_list.GetThreadAtIndex(idx);
5416 Thread *thread = thread_list.GetThreadAtIndex(thread_index).get();
5614 thread_id_array[idx] = curr_thread_list.GetThreadAtIndex(idx)->GetID();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp220 core_thread_list.GetThreadAtIndex(core_idx, false), insert_idx);
271 core_thread_list.GetThreadAtIndex(core_number, false));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp194 ThreadSP old_thread_sp(old_thread_list_copy.GetThreadAtIndex(i, false));
713 m_thread_list.GetThreadAtIndex(0, false).get());
726 m_thread_list.GetThreadAtIndex(i, false).get());
771 m_thread_list.GetThreadAtIndex(i, false).get());
793 m_thread_list.GetThreadAtIndex(0, false).get());
865 m_thread_list.GetThreadAtIndex(i, false).get());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp598 (thread = process.GetThreadAtIndex(thread_idx)) != nullptr;
740 for (listed_thread = m_debugged_process_up->GetThreadAtIndex(thread_index);
742 listed_thread = m_debugged_process_up->GetThreadAtIndex(thread_index)) {
775 (thread = m_debugged_process_up->GetThreadAtIndex(i)) != nullptr;
1756 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadAtIndex(0);
1864 thread = m_debugged_process_up->GetThreadAtIndex(thread_index);
1866 thread = m_debugged_process_up->GetThreadAtIndex(thread_index)) {
2741 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadAtIndex(0);
3320 return m_debugged_process_up->GetThreadAtIndex(0);
H A DProcessGDBRemote.cpp1641 ThreadSP old_thread_sp(old_thread_list_copy.GetThreadAtIndex(i, false));
2476 ThreadSP thread_sp = threads.GetThreadAtIndex(i);
2512 ThreadSP thread_sp = threads.GetThreadAtIndex(i);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp87 NativeThreadProtocol *NativeProcessProtocol::GetThreadAtIndex(uint32_t idx) { function in class:NativeProcessProtocol
124 const_cast<NativeProcessProtocol *>(this)->GetThreadAtIndex(0));
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h188 NativeThreadProtocol *GetThreadAtIndex(uint32_t idx);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp866 process->GetThreadList().GetThreadAtIndex(idx).get();
901 Thread *thread = process->GetThreadList().GetThreadAtIndex(idx).get();
H A DCommandObjectProcess.cpp596 process->GetThreadList().GetThreadAtIndex(idx)->SetResumeState(
H A DCommandObjectTarget.cpp3345 ThreadSP thread(threads.GetThreadAtIndex(0));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2030 item[i].SetIdentifier(threads.GetThreadAtIndex(i)->GetID());
3009 ThreadSP thread_sp = threads.GetThreadAtIndex(i);

Completed in 359 milliseconds

12