Home | History | Annotate | Download | only in Target

Lines Matching refs:thread_sp

47 StackFrame::StackFrame (const ThreadSP &thread_sp, 
53 m_thread_wp (thread_sp),
74 StackFrame::StackFrame (const ThreadSP &thread_sp,
81 m_thread_wp (thread_sp),
109 StackFrame::StackFrame (const ThreadSP &thread_sp,
116 m_thread_wp (thread_sp),
120 m_id (pc_addr.GetLoadAddress (thread_sp->CalculateTarget().get()), cfa, NULL),
205 ThreadSP thread_sp = GetThread();
206 if (thread_sp)
207 return thread_sp->GetStackFrameList()->GetVisibleStackFrameIndex(m_frame_index);
228 ThreadSP thread_sp (GetThread());
229 if (thread_sp)
231 TargetSP target_sp (thread_sp->CalculateTarget());
255 ThreadSP thread_sp (GetThread());
256 if (thread_sp)
257 thread_sp->ClearStackFrames ();
1156 ThreadSP thread_sp (GetThread());
1157 if (thread_sp)
1158 m_reg_context_sp = thread_sp->CreateRegisterContextForFrame (this);
1238 ThreadSP thread_sp(GetThread());
1239 if (thread_sp)
1241 ProcessSP process_sp (thread_sp->CalculateProcess());
1252 ThreadSP thread_sp(GetThread());
1253 if (thread_sp)
1254 process_sp = thread_sp->CalculateProcess();