Lines Matching refs:m_thread
54 StackFrameSP return_frame_sp = m_thread.GetFrameWithStackID (m_stack_id); in ThreadPlanStepThrough()
58 …m_backstop_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress(m_thread.CalculateTarget()… in ThreadPlanStepThrough()
59 …Breakpoint *return_bp = m_thread.GetProcess()->GetTarget().CreateBreakpoint (m_backstop_addr, true… in ThreadPlanStepThrough()
62 return_bp->SetThreadID(m_thread.GetID()); in ThreadPlanStepThrough()
90 …m_sub_plan_sp = m_thread.GetProcess()->GetDynamicLoader()->GetStepThroughTrampolinePlan (m_thread,… in LookForPlanToStepThroughFromCurrentPC()
94 ObjCLanguageRuntime *objc_runtime = m_thread.GetProcess()->GetObjCLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC()
96 m_sub_plan_sp = objc_runtime->GetStepThroughTrampolinePlan (m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
242 m_thread.GetProcess()->GetTarget().RemoveBreakpointByID (m_backstop_bkpt_id); in ClearBackstopBreakpoint()
270 StopInfoSP stop_info_sp(m_thread.GetStopInfo()); in HitOurBackstopBreakpoint()
274 …BreakpointSiteSP cur_site_sp = m_thread.GetProcess()->GetBreakpointSiteList().FindByID(stop_value); in HitOurBackstopBreakpoint()
277 StackID cur_frame_zero_id = m_thread.GetStackFrameAtIndex(0)->GetStackID(); in HitOurBackstopBreakpoint()