Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dvgdb.c430 Bool read_from_gdb_write_to_pid(int to_pid) in read_from_gdb_write_to_pid() argument
445 return write_buf(to_pid, buf, nrread, "to_pid", /* notify */ True); in read_from_gdb_write_to_pid()
755 void close_connection(int to_pid, int from_pid) in close_connection() argument
768 if (close(to_pid) != 0) in close_connection()
821 int to_pid = -1; /* fd to write to pid */ in gdb_relay() local
830 to_pid = open_fifo(from_gdb_to_pid, O_WRONLY, "write to pid"); in gdb_relay()
836 sigusr1_fd = to_pid; /* allow simulating user typing control-c */ in gdb_relay()
855 pollfds[TO_PID].fd = to_pid; in gdb_relay()
878 if (!read_from_gdb_write_to_pid(to_pid)) in gdb_relay()
920 close_connection(to_pid, from_pid); in gdb_relay()
[all …]