Lines Matching refs:run_cmd
234 run_cmd = None
244 elif args.run_cmd:
245 if not args.run_cmd[0]:
247 run_cmd = args.run_cmd
248 if not run_cmd[0].startswith("/"):
250 run_cmd[0] = gdbrunner.find_executable_path(device, args.run_cmd[0],
254 "please provide an absolute path.".format(args.run_cmd[0]))
256 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,
270 return (binary_file, pid, run_cmd)
484 run_cmd = None
487 binary_file, pid, run_cmd = handle_switches(args, sysroot)
534 target_pid=pid, run_cmd=run_cmd, debug_socket=debug_socket,