Home
last modified time | relevance | path

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

/development/scripts/
Dlldbclient.py230 run_cmd = None
240 elif args.run_cmd:
241 if not args.run_cmd[0]:
243 run_cmd = args.run_cmd
244 if not run_cmd[0].startswith("/"):
246 run_cmd[0] = gdbrunner.find_executable_path(device, args.run_cmd[0],
250 "please provide an absolute path.".format(args.run_cmd[0]))
252 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,
266 return (binary_file, pid, run_cmd)
457 run_cmd = None
[all …]
Dgdbclient.py230 run_cmd = None
240 elif args.run_cmd:
241 if not args.run_cmd[0]:
243 run_cmd = args.run_cmd
244 if not run_cmd[0].startswith("/"):
246 run_cmd[0] = gdbrunner.find_executable_path(device, args.run_cmd[0],
250 "please provide an absolute path.".format(args.run_cmd[0]))
252 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,
266 return (binary_file, pid, run_cmd)
457 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