Searched refs:target_pid (Results 1 – 2 of 2) sorted by relevance
149 target_pid, run_cmd, debug_socket, port, user=None): argument166 assert target_pid is None or run_cmd is None176 if target_pid is not None:177 gdbserver_cmd += ["--attach", str(target_pid)]
126 if args.target_pid:128 pid = args.target_pid244 target_pid=pid, run_cmd=run_cmd, debug_socket=debug_socket,