Lines Matching defs:thread_sp
53 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx,
58 : m_thread_wp(thread_sp), m_frame_index(frame_idx),
79 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx,
84 : m_thread_wp(thread_sp), m_frame_index(frame_idx),
105 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx,
110 : m_thread_wp(thread_sp), m_frame_index(frame_idx),
113 m_id(pc_addr.GetLoadAddress(thread_sp->CalculateTarget().get()), cfa,
176 ThreadSP thread_sp = GetThread();
177 if (thread_sp)
178 return thread_sp->GetStackFrameList()->GetVisibleStackFrameIndex(
198 ThreadSP thread_sp(GetThread());
199 if (thread_sp) {
200 TargetSP target_sp(thread_sp->CalculateTarget());
255 ThreadSP thread_sp(GetThread());
256 if (thread_sp)
257 thread_sp->ClearStackFrames();
1134 ThreadSP thread_sp(GetThread());
1135 if (thread_sp)
1136 m_reg_context_sp = thread_sp->CreateRegisterContextForFrame(this);
1748 ThreadSP thread_sp(GetThread());
1749 if (thread_sp) {
1750 ProcessSP process_sp(thread_sp->CalculateProcess());
1759 ThreadSP thread_sp(GetThread());
1760 if (thread_sp)
1761 process_sp = thread_sp->CalculateProcess();