Searched refs:GetSelectedThread (Results 1 – 19 of 19) sorted by relevance
61 return GetSelectedThread(); in GetExpressionExecutionThread()66 return GetSelectedThread(); in GetExpressionExecutionThread()599 if (thread_sp == GetSelectedThread()) in WillResume()683 ThreadSP ThreadList::GetSelectedThread() { in GetSelectedThread() function in ThreadList
86 m_thread_sp = m_process_sp->GetThreadList().GetSelectedThread(); in ExecutionContext()515 process_sp->GetThreadList().GetSelectedThread()); in SetTargetPtr()
1747 if (process->GetThreadList().GetSelectedThread().get() == this) in GetStatus()1778 (GetID() != GetProcess()->GetThreadList().GetSelectedThread()->GetID())) in GetStatus()
882 m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) { in SetDefaultFileAndLineToSelectedFrame()
833 ThreadSP curr_thread(thread_list.GetSelectedThread()); in HandleProcessStateChangedEvent()929 ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in HandleProcessStateChangedEvent()5026 lldb::ThreadSP selected_thread_sp = GetThreadList().GetSelectedThread(); in RunThreadPlan()5695 GetThreadList().GetSelectedThread()->GetFrameWithStackID( in RunThreadPlan()5698 GetThreadList().GetSelectedThread()->SetSelectedFrame( in RunThreadPlan()
67 ) lldb::SBProcess::GetSelectedThread;
93 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
43 lldb::ThreadSP GetSelectedThread();
103 lldb::SBThread GetSelectedThread() const;
238 .GetSelectedThread() in IOHandlerInputComplete()
159 exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread()); in GetObjectDescription()
204 SBThread SBProcess::GetSelectedThread() const { in GetSelectedThread() function in SBProcess213 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in GetSelectedThread()
793 lldb::ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in ReadLinuxProcessAddressMask()
790 return process->GetThreadList().GetSelectedThread().get(); in GetDefaultThread()
257 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()
5167 ThreadSP selected_thread_sp = thread_list.GetSelectedThread(); in TreeDelegateItemSelected()5248 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateGenerateChildren()5279 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateUpdateSelection()
3397 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in EvaluationPoint()
3040 thread_list.GetSelectedThread()->GetRegisterContext()); in DoExecute()
44284 result = ((lldb::SBProcess const *)arg1)->GetSelectedThread(); in _wrap_SBProcess_GetSelectedThread()