Lines Matching refs:command
31 command = "target stop-hook add -P stop_hook.bad_handle_stop"
32 self.interp.HandleCommand(command, result)
41 command = "target stop-hook add -P stop_hook.no_handle_stop"
43 self.interp.HandleCommand(command, result)
88 command = "target stop-hook add -P stop_hook.stop_handler -k increment -v 5 -k return_false -v 1 -n step_out_of_me"
90 command = "target stop-hook add -G 1 -P stop_hook.stop_handler -k increment -v 5 -n step_out_of_me"
92 self.interp.HandleCommand(command, result)
125 command = "command script import " + script_name
126 self.interp.HandleCommand(command, result)
144 command = "target stop-hook add -P stop_hook.stop_handler -k increment -v 5 "
146 command += specifier
148 self.interp.HandleCommand(command, result)