Lines Matching refs:thread_plan
4 def __init__(self, thread_plan): argument
5 self.thread_plan = thread_plan
15 self.thread_plan.SetPlanComplete(True)
26 def __init__(self, thread_plan, dict): argument
27 StepWithChild.__init__(self, thread_plan)
30 return self.thread_plan.QueueThreadPlanForStepOut(0)
33 def __init__(self, thread_plan, dict): argument
34 StepWithChild.__init__(self, thread_plan)
37 return self.thread_plan.QueueThreadPlanForStepScripted("Steps.StepOut")
41 def __init__(self, thread_plan, args_data, dict): argument
42 self.frame = thread_plan.GetThread().frames[0]
43 self.target = thread_plan.GetThread().GetProcess().GetTarget()
56 StepWithChild.__init__(self, thread_plan)
64 return self.thread_plan.QueueThreadPlanForStepOverRange(start_addr,
89 def __init__(self, thread_plan, args_data, dict): argument
90 self.thread_plan = thread_plan
94 self.thread_plan.SetPlanComplete(True)
96 StepReportsStopOthers.stop_mode_dict[self.key] = self.thread_plan.GetStopOthers()