Lines Matching refs:command
22 self, command, active_plans=[], completed_plans=[], discarded_plans=[] argument
34 interp.HandleCommand(command, result)
35 print("Command: %s" % (command))
42 % (command, result.GetError()),
48 "command: '%s' failed: '%s'" % (command, result.GetError()),
134 command = "thread plan list %d" % (current_id)
135 self.check_list_output(command, ["wrap_step_over.WrapStepOver"], [])
138 command = "thread plan list -i %d" % (current_id)
139 self.check_list_output(command, ["WrapStepOver", "Stepping over line main.c"])
142 command = "thread plan list -t %d" % (current_tid)
143 self.check_list_output(command, ["wrap_step_over.WrapStepOver"])
146 command = "thread plan list -t %d %d" % (current_tid, current_id)
147 self.check_list_output(command, ["wrap_step_over.WrapStepOver"])
157 command = "thread plan list -t %d" % (fake_tid)
158 self.check_list_output(command)
166 command = "thread plan list %d" % (current_id)
167 self.check_list_output(command, [], ["wrap_step_over.WrapStepOver"])
197 command = "thread plan list %d" % (current_id)
198 self.check_list_output(command, [], [], ["Stepping over line main.c:"])