Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp67 process->GetThreadList().GetMutex()); in DoExecute()
78 process->GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
114 ThreadSP thread = process->GetThreadList().FindThreadByIndexID( in DoExecute()
140 Thread *thread = process->GetThreadList().FindThreadByID(tid).get(); in BucketThread()
178 process.GetThreadList().GetMutex()); in DoExecute()
197 ThreadSP thread = process.GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
H A DCommandObjectThread.cpp206 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
416 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute()
436 process->GetThreadList().FindThreadByIndexID(step_thread_idx).get(); in DoExecute()
586 process->GetThreadList().SetSelectedThreadByID(thread->GetID()); in DoExecute()
614 process->GetThreadList().SetSelectedThreadByID(thread->GetID()); in DoExecute()
689 process->GetThreadList().GetMutex()); in DoExecute()
690 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute()
700 process->GetThreadList().FindThreadByIndexID(thread_idx).get(); in DoExecute()
722 process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute()
747 process->GetThreadList().GetMutex()); in DoExecute()
[all …]
H A DCommandObjectProcess.cpp711 process->GetThreadList().GetMutex()); in DoExecute()
712 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute()
717 process->GetThreadList().GetThreadAtIndex(idx)->SetResumeState( in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp70 ? process->GetThreadList() in DoExecute()
76 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp88 process.GetThreadList().AddThread(thread_sp); in ParseThread()
134 process_sp->GetThreadList().SetSelectedThreadByIndexID(0); in ParseProcess()
160 process_sp->GetThreadList().AddThread(thread_sp); in ParseKernel()
185 process_sp->GetThreadList().SetSelectedThreadByIndexID(0); in ParseKernel()
H A DTraceIntelPTMultiCpuDecoder.cpp23 for (ThreadSP thread_sp : proc->GetThreadList().Threads()) { in TraceIntelPTMultiCpuDecoder()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp41 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMmap()
138 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMunmap()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp194 num_threads = process_sp->GetThreadList().GetSize(can_update); in GetNumThreads()
209 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in GetSelectedThread()
349 return process_sp->GetThreadList().SetSelectedThreadByID( in SetSelectedThread()
363 ret_val = process_sp->GetThreadList().SetSelectedThreadByID(tid); in SetSelectedThreadByID()
377 ret_val = process_sp->GetThreadList().SetSelectedThreadByIndexID(index_id); in SetSelectedThreadByIndexID()
395 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(index, can_update); in GetThreadAtIndex()
687 thread_sp = process_sp->GetThreadList().FindThreadByID(tid, can_update); in GetThreadByID()
706 process_sp->GetThreadList().FindThreadByIndexID(index_id, can_update); in GetThreadByIndexID()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DExecutionContext.cpp86 m_thread_sp = m_process_sp->GetThreadList().GetSelectedThread(); in ExecutionContext()
514 process_sp->GetThreadList().GetSelectedThread()); in SetTargetPtr()
516 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(0); in SetTargetPtr()
584 thread_sp = process_sp->GetThreadList().FindThreadByID(m_tid); in GetThreadSP()
H A DThreadPlanStack.cpp442 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlans()
477 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlansForTID()
516 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in PrunePlansForTID()
H A DProcess.cpp795 ThreadList &thread_list = process_sp->GetThreadList(); in HandleProcessStateChangedEvent()
894 ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in HandleProcessStateChangedEvent()
1236 m_thread_plans.Update(GetThreadList(), true, false); in PruneThreadPlans()
2718 m_process->GetThreadList().SetShouldReportStop(eVoteNo); in PerformAction()
3933 ThreadList &curr_thread_list = process_sp->GetThreadList(); in ShouldStop()
3978 curr_thread_list = process_sp->GetThreadList(); in ShouldStop()
4628 ->GetThreadList() in HandleStoppedEvent()
4777 lldb::ThreadSP selected_thread_sp = GetThreadList().GetSelectedThread(); in RunThreadPlan()
5337 ThreadList &thread_list = process->GetThreadList(); in RunThreadPlan()
5430 thread = GetThreadList().FindThreadByIndexID(thread_idx_id, true).get(); in RunThreadPlan()
[all …]
H A DThreadPlanTracer.cpp60 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(m_tid); in GetThread()
H A DThread.cpp1745 if (process->GetThreadList().GetSelectedThread().get() == this) in GetStatus()
1772 (GetID() != GetProcess()->GetThreadList().GetSelectedThread()->GetID())) in GetStatus()
1942 process->GetThreadList().SetSelectedThreadByID(GetID()); in StepIn()
1975 process->GetThreadList().SetSelectedThreadByID(GetID()); in StepOver()
1999 process->GetThreadList().SetSelectedThreadByID(GetID()); in StepOut()
H A DThreadPlan.cpp46 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(m_tid); in GetThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp473 m_process->GetThreadList().GetExpressionExecutionThread()); in GetExtendedBacktraceThread()
555 m_process->GetThreadList().GetExpressionExecutionThread()); in GetExtendedBacktraceFromItemRef()
729 m_process->GetThreadList().GetExpressionExecutionThread()); in PopulateQueueList()
794 m_process->GetThreadList().GetExpressionExecutionThread()); in GetPendingItemRefsForQueue()
889 m_process->GetThreadList().GetExpressionExecutionThread()); in CompleteQueueItem()
/openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp155 process_sp->GetThreadList().GetExpressionExecutionThread(); in GetHistoryThreads()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp98 if (m_process->GetThreadList().GetSize() == 1) { in ProcessDidExec()
114 ThreadSP thread_sp(m_process->GetThreadList().GetThreadAtIndex(0)); in ProcessDidExec()
H A DDynamicLoaderMacOSXDYLD.cpp116 if (m_process->GetThreadList().GetSize() == 1) { in ProcessDidExec()
135 ThreadSP thread_sp(m_process->GetThreadList().GetThreadAtIndex(0)); in ProcessDidExec()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp918 return procSP->GetThreadList().GetIdentifierInfo(tid, ident_info); in DNBThreadGetIdentifierInfo()
1518 return procSP->GetThreadList().GetRegisterContext(tid, buf, buf_len); in DNBThreadGetRegisterContext()
1529 return procSP->GetThreadList().SetRegisterContext(tid, buf, buf_len); in DNBThreadSetRegisterContext()
1538 return procSP->GetThreadList().SaveRegisterState(tid); in DNBThreadSaveRegisterState()
1547 return procSP->GetThreadList().RestoreRegisterState(tid, save_id); in DNBThreadRestoreRegisterState()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp115 process_sp->GetThreadList().GetExpressionExecutionThread(); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp408 lldb_private::ThreadList thread_list = process_sp->GetThreadList(); in AddThreadList()
497 lldb_private::ThreadList thread_list = process_sp->GetThreadList(); in AddException()
570 auto thread_list = process_sp->GetThreadList(); in AddMemoryList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp173 ThreadSP thread = process->GetThreadList().GetExpressionExecutionThread(); in DoLoadImage()
756 ThreadSP thread = process->GetThreadList().GetExpressionExecutionThread(); in EvaluateLoaderExpression()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp800 lldb::ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in ReadLinuxProcessAddressMask()
831 lldb::ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in ReadOpenBSDProcessAddressMask()
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp397 ThreadList &thread_list = m_process->GetThreadList(); in CreateThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp509 ThreadSP thread_sp(process->GetThreadList().GetExpressionExecutionThread()); in EvaluateLibdlExpression()
681 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in DoLoadImage()

12