Home
last modified time | relevance | path

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

/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
182 if target_pid is not None:
183 gdbserver_cmd += ["--attach", str(target_pid)]
/development/scripts/
Dlldbclient.py234 if args.target_pid:
236 pid = args.target_pid
502 target_pid=pid, run_cmd=run_cmd, debug_socket=debug_socket,
Dgdbclient.py234 if args.target_pid:
236 pid = args.target_pid
502 target_pid=pid, run_cmd=run_cmd, debug_socket=debug_socket,