Searched refs:step_type (Results 1 – 2 of 2) sorted by relevance
55 def do_step(self, step_type, destination_line_entry): argument57 if step_type == "into":60 elif step_type == "out":63 elif step_type == "over":66 self.fail ("Unrecognized step type: " + step_type)72 …self.fail ("Failed to stop due to step " + step_type + " operation stepping to: " + destination_de…88 …self.fail ("Step " + step_type + " stopped at wrong place: expected: " + destination_description.G…95 …il ("Step %s to %s got wrong number of frames, should be: %d was: %d."%(step_type, destination_des…
368 StepType step_type, in CommandObjectThreadStepWithTypeAndScope() argument376 m_step_type (step_type), in CommandObjectThreadStepWithTypeAndScope()