Home | History | Annotate | Download | only in Target

Lines Matching refs:m_thread

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