| /freebsd/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 | 389 SBThread SBProcess::GetThreadAtIndex(size_t index) { in GetThreadAtIndex() function in SBProcess 400 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(index, false); in GetThreadAtIndex()
|
| /freebsd/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/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadCollection.h | 43 lldb::ThreadSP GetThreadAtIndex(uint32_t idx);
|
| H A D | ThreadList.h | 88 lldb::ThreadSP GetThreadAtIndex(uint32_t idx, bool can_update = true);
|
| /freebsd/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 | 90 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { in GetThreadAtIndex() function in ThreadList 546 thread_to_run = run_me_only_list.GetThreadAtIndex(0); in WillResume() 551 thread_to_run = run_me_only_list.GetThreadAtIndex(random_thread); in WillResume()
|
| H A D | ExecutionContext.cpp | 517 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(0); in SetTargetPtr()
|
| H A D | Process.cpp | 838 thread = thread_list.GetThreadAtIndex(0); in HandleProcessStateChangedEvent() 1151 old_thread_list.GetThreadAtIndex(i, false)->ClearBackingThread(); in UpdateThreadListIfNeeded() 4204 lldb::ThreadSP thread_sp = curr_thread_list.GetThreadAtIndex(idx); in ShouldStop() 5636 Thread *thread = thread_list.GetThreadAtIndex(thread_index).get(); in RunThreadPlan() 5797 thread_id_array[idx] = curr_thread_list.GetThreadAtIndex(idx)->GetID(); in GetThreadStatus()
|
| H A D | Target.cpp | 3098 lldb::ThreadSP cur_thread_sp = cur_threadlist.GetThreadAtIndex(i); in RunStopHooks() 3114 lldb::ThreadSP thread_to_use_sp = cur_threadlist.GetThreadAtIndex(0); in RunStopHooks()
|
| /freebsd/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) 76 return lldb_iter(self, 'GetNumThreads', 'GetThreadAtIndex')
|
| /freebsd/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/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/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
| H A D | ProcessFreeBSDKernel.cpp | 258 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 209 NativeThreadProtocol *GetThreadAtIndex(uint32_t idx);
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 801 for (uint32_t idx = 0; (thread_sp = threads.GetThreadAtIndex(idx)); ++idx) { in ThreadIndexes() 845 for (uint32_t idx = 0; (thread_sp = threads.GetThreadAtIndex(idx)); ++idx) { in ThreadIDs()
|
| H A D | CommandObjectThread.cpp | 704 process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute() 738 Thread *thread = process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 665 process->GetThreadList().GetThreadAtIndex(idx)->SetResumeState( in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 1005 ThreadSP thread_sp = thread_list.GetThreadAtIndex(idx); in CalculateDynamicSaveCoreRanges()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1992 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0); in Handle_qRegisterInfo() 3058 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0); in BuildTargetXml() 4112 return m_current_process->GetThreadAtIndex(0); in GetThreadFromSuffix()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5254 ThreadSP thread = threads.GetThreadAtIndex(i); in TreeDelegateGenerateChildren() 5284 ThreadSP thread = threads.GetThreadAtIndex(i); in TreeDelegateUpdateSelection() 6547 ThreadSP thread_sp = threads.GetThreadAtIndex(i); in MenuDelegateAction()
|