Searched refs:run_cmd (Results 1 – 2 of 2) sorted by relevance
/development/scripts/ |
D | gdbclient.py | 124 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__.py | 142 target_pid, run_cmd, debug_socket, port, user=None): argument 159 assert target_pid is None or run_cmd is None 172 gdbserver_cmd += run_cmd
|