Lines Matching defs:thread_sp
54 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx,
59 : m_thread_wp(thread_sp), m_frame_index(frame_idx),
80 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx,
85 : m_thread_wp(thread_sp), m_frame_index(frame_idx),
106 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx,
111 : m_thread_wp(thread_sp), m_frame_index(frame_idx),
114 m_id(pc_addr.GetLoadAddress(thread_sp->CalculateTarget().get()), cfa,
177 ThreadSP thread_sp = GetThread();
178 if (thread_sp)
179 return thread_sp->GetStackFrameList()->GetVisibleStackFrameIndex(
199 ThreadSP thread_sp(GetThread());
200 if (thread_sp) {
201 TargetSP target_sp(thread_sp->CalculateTarget());
256 ThreadSP thread_sp(GetThread());
257 if (thread_sp)
258 thread_sp->ClearStackFrames();
1160 ThreadSP thread_sp(GetThread());
1161 if (thread_sp)
1162 m_reg_context_sp = thread_sp->CreateRegisterContextForFrame(this);
1849 ThreadSP thread_sp(GetThread());
1850 if (thread_sp) {
1851 ProcessSP process_sp(thread_sp->CalculateProcess());
1860 ThreadSP thread_sp(GetThread());
1861 if (thread_sp)
1862 process_sp = thread_sp->CalculateProcess();