Home
last modified time | relevance | path

Searched refs:run_cmd (Results 1 – 2 of 2) sorted by relevance

/development/scripts/
Dgdbclient.py226 run_cmd = None
236 elif args.run_cmd:
237 if not args.run_cmd[0]:
239 run_cmd = args.run_cmd
240 if not run_cmd[0].startswith("/"):
242 run_cmd[0] = gdbrunner.find_executable_path(device, args.run_cmd[0],
246 "please provide an absolute path.".format(args.run_cmd[0]))
248 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,
262 return (binary_file, pid, run_cmd)
415 run_cmd = None
[all …]
/development/python-packages/gdbrunner/
D__init__.py145 target_pid, run_cmd, debug_socket, port, run_as_cmd=None, argument
163 assert target_pid is None or run_cmd is None
185 gdbserver_cmd += run_cmd