Lines Matching refs:command
32 command = "target stop-hook add -P stop_hook.bad_handle_stop"
33 self.interp.HandleCommand(command, result)
38 command = "target stop-hook add -P stop_hook.no_handle_stop"
40 self.interp.HandleCommand(command, result)
81 …command = "target stop-hook add -P stop_hook.stop_handler -k increment -v 5 -k return_false -v 1 -…
83 …command = "target stop-hook add -G 1 -P stop_hook.stop_handler -k increment -v 5 -n step_out_of_me"
85 self.interp.HandleCommand(command, result)
113 command = "command script import " + script_name
114 self.interp.HandleCommand(command, result)
129 command = "target stop-hook add -P stop_hook.stop_handler -k increment -v 5 "
131 command += specifier
133 self.interp.HandleCommand(command, result)