Home
last modified time | relevance | path

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

/development/scripts/
Dgdbclient.py124 run_cmd = None
132 elif args.run_cmd:
133 if not args.run_cmd[0]:
135 if not args.run_cmd[0].startswith("/"):
137 run_cmd = args.run_cmd
138 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,
152 return (binary_file, pid, run_cmd)
227 run_cmd = None
230 binary_file, pid, run_cmd = handle_switches(args, sysroot)
244 target_pid=pid, run_cmd=run_cmd, debug_socket=debug_socket,
/development/python-packages/gdbrunner/
D__init__.py149 target_pid, run_cmd, debug_socket, port, user=None): argument
166 assert target_pid is None or run_cmd is None
179 gdbserver_cmd += run_cmd
/development/vndk/tools/vtable-dumper/tests/
Dtest_vndk_vtable_dumper.py64 def run_cmd(cmd, verbose=False): function
109 run_cmd(cmd, verbose)
127 run_cmd(cmd, verbose)