Lines Matching refs:m_thread_sp
24 m_thread_sp (), in ExecutionContext()
32 m_thread_sp(rhs.m_thread_sp), in ExecutionContext()
40 m_thread_sp (), in ExecutionContext()
50 m_thread_sp (), in ExecutionContext()
60 m_thread_sp (), in ExecutionContext()
70 m_thread_sp (), in ExecutionContext()
80 m_thread_sp (), in ExecutionContext()
91 m_thread_sp (), in ExecutionContext()
102 m_thread_sp (), in ExecutionContext()
113 m_thread_sp (), in ExecutionContext()
124 m_thread_sp (), in ExecutionContext()
132 m_thread_sp = m_process_sp->GetThreadList().GetSelectedThread(); in ExecutionContext()
133 if (m_thread_sp) in ExecutionContext()
134 m_frame_sp = m_thread_sp->GetSelectedFrame(); in ExecutionContext()
142 m_thread_sp (thread->shared_from_this()), in ExecutionContext()
152 m_thread_sp (exe_ctx_ref.GetThreadSP()), in ExecutionContext()
160 m_thread_sp (), in ExecutionContext()
167 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext()
175 m_thread_sp (), in ExecutionContext()
185 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext()
194 m_thread_sp (), in ExecutionContext()
201 m_thread_sp = exe_ctx_ref.GetThreadSP(); in ExecutionContext()
209 m_thread_sp (), in ExecutionContext()
226 m_thread_sp.reset(); in Clear()
251 else if (m_thread_sp) in GetRegisterContext()
252 return m_thread_sp->GetRegisterContext().get(); in GetRegisterContext()
281 if (m_thread_sp) in GetBestExecutionContextScope()
282 return m_thread_sp.get(); in GetBestExecutionContextScope()
310 assert (m_thread_sp.get()); in GetThreadRef()
312 return *m_thread_sp; in GetThreadRef()
339 m_thread_sp = thread_sp; in SetThreadSP()
370 m_thread_sp = thread->shared_from_this(); in SetThreadPtr()
372 m_thread_sp.reset(); in SetThreadPtr()
392 m_thread_sp.reset(); in SetContext()
404 m_thread_sp.reset(); in SetContext()
412 m_thread_sp = thread_sp; in SetContext()
434 m_thread_sp = frame_sp->CalculateThread(); in SetContext()
435 if (m_thread_sp) in SetContext()
437 m_process_sp = m_thread_sp->GetProcess(); in SetContext()
453 m_thread_sp.reset(); in SetContext()
464 m_thread_sp = rhs.m_thread_sp; in operator =()
481 …if ((m_thread_sp == rhs.m_thread_sp) || (m_thread_sp && rhs.m_thread_sp && m_thread_sp->GetID() ==… in operator ==()
514 && ((bool) m_thread_sp && m_thread_sp->IsValid())); in HasThreadScope()