Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBQueue.cpp203 GetThreadAtIndex (uint32_t idx) in GetThreadAtIndex() function in lldb_private::QueueImpl
346 SBQueue::GetThreadAtIndex (uint32_t idx) in GetThreadAtIndex() function in SBQueue
348 return m_opaque_sp->GetThreadAtIndex (idx); in GetThreadAtIndex()
HDSBProcess.cpp512 SBProcess::GetThreadAtIndex (size_t index) in GetThreadAtIndex() function in SBProcess
524 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(index, can_update); in GetThreadAtIndex()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
HDProcessPOSIX.cpp279 m_thread_list.GetThreadAtIndex(i, false).get()); in DoResume()
696 m_thread_list.GetThreadAtIndex(0, false).get()); in EnableWatchpoint()
713 m_thread_list.GetThreadAtIndex(i, false).get()); in EnableWatchpoint()
769 m_thread_list.GetThreadAtIndex(i, false).get()); in DisableWatchpoint()
796 m_thread_list.GetThreadAtIndex(0, false).get()); in GetWatchpointSupportInfo()
917 m_thread_list.GetThreadAtIndex(i, false).get()); in IsAThreadRunning()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBQueue.h57 GetThreadAtIndex (uint32_t);
HDSBProcess.h116 GetThreadAtIndex (size_t index);
/trueos/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp233 … new_thread_list.InsertThread (core_thread_list.GetThreadAtIndex(core_idx, false), insert_idx); in UpdateThreadList()
298 ThreadSP core_thread_sp (core_thread_list.GetThreadAtIndex(core_number, false)); in CreateThreadFromThreadInfo()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadList.h74 GetThreadAtIndex (uint32_t idx, bool can_update = true);
/trueos/contrib/llvm/tools/lldb/source/Target/
HDThreadList.cpp109 ThreadList::GetThreadAtIndex (uint32_t idx, bool can_update) in GetThreadAtIndex() function in ThreadList
632 thread_to_run = run_me_only_list.GetThreadAtIndex (0); in WillResume()
638 thread_to_run = run_me_only_list.GetThreadAtIndex (random_thread); in WillResume()
HDExecutionContext.cpp712 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(0); in SetTargetPtr()
HDProcess.cpp1604 old_thread_list.GetThreadAtIndex(i, false)->ClearBackingThread(); in UpdateThreadListIfNeeded()
4324 thread_index_array[idx] = curr_thread_list.GetThreadAtIndex(idx)->GetIndexID(); in DoOnRemoval()
4349 lldb::ThreadSP thread_sp = curr_thread_list.GetThreadAtIndex(idx); in DoOnRemoval()
5630 Thread *thread = thread_list.GetThreadAtIndex(thread_index).get(); in RunThreadPlan()
5830 Thread *thread = GetThreadList().GetThreadAtIndex(i).get(); in GetThreadStatus()
HDTarget.cpp2103 lldb::ThreadSP cur_thread_sp = cur_threadlist.GetThreadAtIndex (i); in RunStopHooks()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessFreeBSD.cpp217 ThreadSP old_thread_sp(old_thread_list_copy.GetThreadAtIndex(i, false)); in UpdateThreadList()
/trueos/contrib/llvm/tools/lldb/include/lldb/Host/
HDDebug.h376 GetThreadAtIndex (uint32_t idx) in GetThreadAtIndex() function
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectThread.cpp763 Thread *thread = process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute()
801 Thread *thread = process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute()
HDCommandObjectProcess.cpp761 process->GetThreadList().GetThreadAtIndex(idx)->SetResumeState (eStateRunning); in DoExecute()
HDCommandObjectTarget.cpp3639 ThreadSP thread(threads.GetThreadAtIndex(0)); in DoExecute()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp1476 ThreadSP old_thread_sp(old_thread_list_copy.GetThreadAtIndex (i, false)); in UpdateThreadList()
1949 ThreadSP thread_sp = threads.GetThreadAtIndex(i); in DoDestroy()
1984 ThreadSP thread_sp = threads.GetThreadAtIndex(i); in DoDestroy()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp2886 thread = thread_list.GetThreadAtIndex(i); in HandleProcessEvent()
2919 thread = thread_list.GetThreadAtIndex(0); in HandleProcessEvent()
HDIOHandler.cpp4170 ThreadSP thread_sp = threads.GetThreadAtIndex(i); in MenuDelegateAction()