Lines Matching refs:command
363 command = [remote_server_binary, '--robot-server-port', str(remote_server_port)]
365 command.append('--hide-log')
367 command.append('--disable-gui')
369 command.append('--robot-debug-on-error')
371 command.append('--keep-temporary-files')
373 command.append('--config')
374 command.append(options.renode_config)
377 command.insert(0, 'mono')
381 command.insert(1, '--debug')
382 …command.insert(2, '--debugger-agent=transport=dt_socket,server=y,suspend={0},address=127.0.0.1:{1}…
384 command.insert(1, '--debug')
387 command.insert(0, 'dotnet')
390 renode_command = command
394 …command = ['gdb', '-nx', '-ex', 'handle SIGXCPU SIG33 SIG35 SIG36 SIGPWR nostop noprint', '--args'…
395 p = psutil.Popen(command, cwd=self.remote_server_directory, bufsize=1)
413 … command = ['perf', 'record', '-q', '-g', '-F', 'max'] + command + ['--pid-file', pid_filename]
423 …p = subprocess.Popen(command, cwd=self.remote_server_directory, bufsize=1, stdout=perf_stdout_stde…
447 …p = subprocess.Popen(command, cwd=self.remote_server_directory, bufsize=1, stdout=fout, stderr=fer…
450 p = subprocess.Popen(command, cwd=self.remote_server_directory, bufsize=1)