Searched refs:target_pid (Results 1 – 2 of 2) sorted by relevance
143 target_pid, run_cmd, debug_socket, port, run_as_cmd=None): argument160 assert target_pid is None or run_cmd is None170 if target_pid is not None:171 gdbserver_cmd += ["--attach", str(target_pid)]
122 if args.target_pid:124 pid = args.target_pid254 target_pid=pid, run_cmd=run_cmd, debug_socket=debug_socket,