/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 | 387 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 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 | 44 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 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 D | ExecutionContext.cpp | 517 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(0); in SetTargetPtr()
|
H A D | Process.cpp | 868 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 D | Target.cpp | 2922 lldb::ThreadSP cur_thread_sp = cur_threadlist.GetThreadAtIndex(i); 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/source/Plugins/ObjectFile/Minidump/ |
H A D | MinidumpFileBuilder.cpp | 75 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 D | NativeProcessProtocol.h | 213 NativeThreadProtocol *GetThreadAtIndex(uint32_t idx);
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 792 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 D | CommandObjectThread.cpp | 699 process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute() 733 Thread *thread = process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute()
|
H A D | CommandObjectProcess.cpp | 645 process->GetThreadList().GetThreadAtIndex(idx)->SetResumeState( in DoExecute()
|
/freebsd/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() 4106 return m_current_process->GetThreadAtIndex(0); in GetThreadFromSuffix()
|
/freebsd/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()
|