| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 117 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 D | CommandObjectProcess.cpp | 657 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 D | InferiorCallPOSIX.cpp | 41 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 D | ExecutionContext.cpp | 89 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 D | Process.cpp | 1113 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 D | Thread.cpp | 1920 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 D | StopInfo.cpp | 743 process_sp->GetThreadList().SetSelectedThreadByID( in PerformAction() 746 process_sp->GetThreadList().SetSelectedThreadByID( in PerformAction()
|
| H A D | ThreadList.cpp | 751 m_thread_list = &thread_sp->GetProcess()->GetThreadList(); in ExpressionExecutionThreadPusher()
|
| H A D | StackFrameList.cpp | 802 m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) { in SetDefaultFileAndLineToSelectedFrame()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBProcess.cpp | 202 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 D | SBThread.cpp | 625 process->GetThreadList().SetSelectedThreadByID(thread->GetID()); in ResumeNewPlan()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 162 process_sp->GetThreadList().GetExpressionExecutionThread(); in GetHistoryThreads()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | ASanRuntime.cpp | 119 process_sp->GetThreadList().GetExpressionExecutionThread(); in RetrieveReportData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 407 ThreadList &thread_list = m_process->GetThreadList(); in CreateThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | ProcessFreeBSD.cpp | 564 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 D | REPL.cpp | 204 ->GetThreadList() in IOHandlerInputComplete()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 903 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 D | AppleObjCRuntime.cpp | 137 exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread()); in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 1277 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 D | IOHandler.cpp | 2449 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 D | Debugger.cpp | 945 ThreadSP thread_sp(process_sp->GetThreadList().GetSelectedThread()); in GetSelectedExecutionContext()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 947 return process->GetThreadList().GetSelectedThread().get(); in GetDefaultThread()
|
| H A D | CommandInterpreter.cpp | 2319 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 D | TSanRuntime.cpp | 278 ThreadSP lldb_thread = process_sp->GetThreadList().FindThreadByID( in GetRenumberedThreadIds()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 723 GetThreadList(); in DoConnectRemote() 1345 const size_t num_threads = GetThreadList().GetSize(); in DoResume() 2545 ThreadList &threads = GetThreadList(); in DoDestroy()
|