Home | History | Annotate | Download | only in Target

Lines Matching refs:m_thread

55     TargetSP target_sp (m_thread.CalculateTarget());
57 StackFrameSP frame_sp (m_thread.GetStackFrameAtIndex (frame_idx));
61 lldb::user_id_t thread_id = m_thread.GetID();
66 StackFrameSP return_frame_sp (m_thread.GetStackFrameAtIndex(frame_idx + 1));
80 m_stack_id = m_thread.GetStackFrameAtIndex(frame_idx)->GetStackID();
108 TargetSP target_sp (m_thread.CalculateTarget());
192 BreakpointSiteSP this_site = m_thread.GetProcess()->GetBreakpointSiteList().FindByID (stop_info_sp->GetValue());
242 StackID frame_zero_id = m_thread.GetStackFrameAtIndex(0)->GetStackID();
250 StackFrameSP older_frame_sp = m_thread.GetStackFrameAtIndex(1);
348 TargetSP target_sp (m_thread.CalculateTarget());
374 TargetSP target_sp (m_thread.CalculateTarget());