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

/external/valgrind/main/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);
754 void close_connection(int to_pid, int from_pid) argument
810 if (close(from_pid) != 0)
811 ERROR(errno, "close from_pid\n");
819 int from_pid = -1; /* fd to read from pid */ local
832 from_pid = open_fifo (to_gdb_from_pid, O_RDONLY|O_NONBLOCK,
851 pollfds[FROM_PID].fd = from_pid;
936 int from_pid = -1; /* fd to read from pid */ local
[all...]

Completed in 34 milliseconds