Lines Matching refs:command
47 def __init__(self, test, command): argument
49 self.command = command
54 self.command, self.test.result
131 command = self.command_name
133 command = self.command_name + " " + args
134 return command
136 def run_single_command(self, command): argument
139 self.runner = TestDebuggerInterruption.DirectCommandRunner(self, command)
191 command = self.command_setup("debugger")
193 command = self.command_setup("interp")
196 self.run_single_command(command)
220 command = self.command_setup("debugger")
221 self.run_single_command(command)
239 command = self.command_setup("debugger check")
240 self.run_single_command(command)
257 command = self.command_setup("debugger poll")
260 self.run_single_command(command)
290 self.command = self.command_setup("debugger") + "\n"
292 self.command = self.command_setup("interp") + "\n"
310 self.command = self.command_setup("interp check") + "\n"
333 self.command = self.command_setup("interp poll") + "\n"