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

/external/valgrind/main/coregrind/
H A Dvgdb.c428 to_pid is the file descriptor to write to the process pid. */
430 Bool read_from_gdb_write_to_pid(int to_pid) argument
445 return write_buf(to_pid, buf, nrread, "to_pid", /* notify */ True);
754 void close_connection(int to_pid, int from_pid) argument
767 if (close(to_pid) != 0)
768 ERROR(errno, "close to_pid\n");
820 int to_pid = -1; /* fd to write to pid */ local
829 to_pid = open_fifo(from_gdb_to_pid, O_WRONLY, "write to pid");
835 sigusr1_fd = to_pid; /* allo
937 int to_pid = -1; /* fd to write to pid */ local
[all...]

Completed in 475 milliseconds