Searched defs:from_pid (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/
H A Dvgdb.c452 from_pid is the file descriptor to read data from the process pid. */
454 Bool read_from_pid_write_to_gdb(int from_pid) argument
459 nrread = read_buf(from_pid, buf, "from pid");
465 close (from_pid);
760 void close_connection(int to_pid, int from_pid) argument
816 if (close(from_pid) != 0)
817 ERROR(errno, "close from_pid\n");
825 int from_pid = -1; /* fd to read from pid */ local
838 from_pid = open_fifo (to_gdb_from_pid, O_RDONLY|O_NONBLOCK,
857 pollfds[FROM_PID].fd = from_pid;
942 int from_pid = -1; /* fd to read from pid */ local
[all...]

Completed in 5053 milliseconds