Home
last modified time | relevance | path

Searched refs:GetThreadList (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp117 process->GetThreadList().GetMutex()); in DoExecute()
132 process->GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
169 ThreadSP thread = process->GetThreadList().FindThreadByIndexID( in DoExecute()
206 Thread *thread = process->GetThreadList().FindThreadByID(tid).get(); in BucketThread()
362 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
583 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute()
869 process->GetThreadList().GetMutex()); in DoExecute()
905 process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute()
930 process->GetThreadList().GetMutex()); in DoExecute()
1168 thread = process->GetThreadList() in DoExecute()
[all …]
H A DCommandObjectProcess.cpp657 process->GetThreadList().GetMutex()); in DoExecute()
658 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute()
663 process->GetThreadList().GetThreadAtIndex(idx)->SetResumeState( in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp41 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMmap()
129 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMunmap()
191 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp89 m_thread_sp = m_process_sp->GetThreadList().GetSelectedThread(); in ExecutionContext()
530 process_sp->GetThreadList().GetSelectedThread()); in SetTargetPtr()
532 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(0); in SetTargetPtr()
600 thread_sp = process_sp->GetThreadList().FindThreadByID(m_tid); in GetThreadSP()
H A DProcess.cpp1113 ThreadList &thread_list = process_sp->GetThreadList(); in HandleProcessStateChangedEvent()
2935 m_process->GetThreadList().SetShouldReportStop(eVoteNo); in PerformAction()
4168 ThreadList &curr_thread_list = process_sp->GetThreadList(); in DoOnRemoval()
4203 curr_thread_list = process_sp->GetThreadList(); in DoOnRemoval()
4931 lldb::ThreadSP selected_thread_sp = GetThreadList().GetSelectedThread(); in RunThreadPlan()
5217 GetThreadList().FindThreadByIndexID(thread_idx_id); in RunThreadPlan()
5496 ThreadList &thread_list = process->GetThreadList(); in RunThreadPlan()
5597 if (GetThreadList().SetSelectedThreadByIndexID(selected_tid) && in RunThreadPlan()
5602 GetThreadList().GetSelectedThread()->GetFrameWithStackID( in RunThreadPlan()
5605 GetThreadList().GetSelectedThread()->SetSelectedFrame( in RunThreadPlan()
[all …]
H A DThread.cpp1920 if (process->GetThreadList().GetSelectedThread().get() == this) in GetStatus()
1947 (GetID() != GetProcess()->GetThreadList().GetSelectedThread()->GetID())) in GetStatus()
2142 process->GetThreadList().SetSelectedThreadByID(GetID()); in StepIn()
2175 process->GetThreadList().SetSelectedThreadByID(GetID()); in StepOver()
2199 process->GetThreadList().SetSelectedThreadByID(GetID()); in StepOut()
H A DStopInfo.cpp743 process_sp->GetThreadList().SetSelectedThreadByID( in PerformAction()
746 process_sp->GetThreadList().SetSelectedThreadByID( in PerformAction()
H A DThreadList.cpp751 m_thread_list = &thread_sp->GetProcess()->GetThreadList(); in ExpressionExecutionThreadPusher()
H A DStackFrameList.cpp802 m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) { in SetDefaultFileAndLineToSelectedFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp202 num_threads = process_sp->GetThreadList().GetSize(can_update); in GetNumThreads()
221 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in GetSelectedThread()
405 return process_sp->GetThreadList().SetSelectedThreadByID( in SetSelectedThread()
419 ret_val = process_sp->GetThreadList().SetSelectedThreadByID(tid); in SetSelectedThreadByID()
439 ret_val = process_sp->GetThreadList().SetSelectedThreadByIndexID(index_id); in SetSelectedThreadByIndexID()
461 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(index, can_update); in GetThreadAtIndex()
820 thread_sp = process_sp->GetThreadList().FindThreadByID(tid, can_update); in GetThreadByID()
844 process_sp->GetThreadList().FindThreadByIndexID(index_id, can_update); in GetThreadByIndexID()
H A DSBThread.cpp625 process->GetThreadList().SetSelectedThreadByID(thread->GetID()); in ResumeNewPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp162 process_sp->GetThreadList().GetExpressionExecutionThread(); in GetHistoryThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp119 process_sp->GetThreadList().GetExpressionExecutionThread(); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp407 ThreadList &thread_list = m_process->GetThreadList(); in CreateThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp564 GetThreadList().FindThreadByID(tid, false).get()); in RefreshStateAfterStop()
1002 ThreadSP thread = GetThreadList().FindThreadByID(tid); in IsSoftwareStepBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp204 ->GetThreadList() in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp903 ThreadSP thread_sp(process->GetThreadList().GetExpressionExecutionThread()); in EvaluateLibdlExpression()
1062 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in DoLoadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp137 exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread()); in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1277 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMapDynamic()
1531 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMapSharedCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp2449 thread->GetProcess()->GetThreadList().SetSelectedThreadByID( in TreeDelegateItemSelected()
2483 return process_sp->GetThreadList().FindThreadByID(item.GetIdentifier()); in GetThread()
2539 ThreadList &thread_list = thread_sp->GetProcess()->GetThreadList(); in TreeDelegateItemSelected()
2608 ThreadList &threads = process_sp->GetThreadList(); in TreeDelegateGenerateChildren()
3593 ThreadList &threads = process->GetThreadList(); in MenuDelegateAction()
H A DDebugger.cpp945 ThreadSP thread_sp(process_sp->GetThreadList().GetSelectedThread()); in GetSelectedExecutionContext()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp947 return process->GetThreadList().GetSelectedThread().get(); in GetDefaultThread()
H A DCommandInterpreter.cpp2319 for (ThreadSP thread_sp : process_sp->GetThreadList().Threads()) { in HandleCommands()
2855 for (ThreadSP thread_sp : process_sp->GetThreadList().Threads()) { in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp278 ThreadSP lldb_thread = process_sp->GetThreadList().FindThreadByID( in GetRenumberedThreadIds()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp723 GetThreadList(); in DoConnectRemote()
1345 const size_t num_threads = GetThreadList().GetSize(); in DoResume()
2545 ThreadList &threads = GetThreadList(); in DoDestroy()

12