Lines Matching refs:m_thread
51 StackFrameSP return_frame_sp = m_thread.GetFrameWithStackID(m_stack_id); in ThreadPlanStepThrough()
55 m_thread.CalculateTarget().get()); in ThreadPlanStepThrough()
57 m_thread.GetProcess() in ThreadPlanStepThrough()
65 return_bp->SetThreadID(m_thread.GetID()); in ThreadPlanStepThrough()
86 DynamicLoader *loader = m_thread.GetProcess()->GetDynamicLoader(); in LookForPlanToStepThroughFromCurrentPC()
89 loader->GetStepThroughTrampolinePlan(m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
94 m_thread.GetProcess()->GetObjCLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC()
97 objc_runtime->GetStepThroughTrampolinePlan(m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
100 m_thread.GetProcess()->GetCPPLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC()
106 cpp_runtime->GetStepThroughTrampolinePlan(m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
234 m_thread.GetProcess()->GetTarget().RemoveBreakpointByID(m_backstop_bkpt_id); in ClearBackstopBreakpoint()
256 StopInfoSP stop_info_sp(m_thread.GetStopInfo()); in HitOurBackstopBreakpoint()
260 m_thread.GetProcess()->GetBreakpointSiteList().FindByID(stop_value); in HitOurBackstopBreakpoint()
264 m_thread.GetStackFrameAtIndex(0)->GetStackID(); in HitOurBackstopBreakpoint()