Searched refs:open_fifo (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/coregrind/m_gdbserver/ |
D | remote-utils.c | 62 int open_fifo (char *side, char *path, int flags) in open_fifo() function 185 write_remote_desc = open_fifo ("write", to_gdb, VKI_O_WRONLY); in ensure_write_remote_desc() 344 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK); in remote_open()
|
/external/valgrind/main/coregrind/ |
D | vgdb.c | 1270 int open_fifo (char* name, int flags, char* desc) in open_fifo() function 1784 to_pid = open_fifo(from_gdb_to_pid, O_WRONLY, "write to pid"); in gdb_relay() 1787 from_pid = open_fifo (to_gdb_from_pid, O_RDONLY|O_NONBLOCK, in gdb_relay() 1908 to_pid = open_fifo(from_gdb_to_pid, O_WRONLY, "write to pid"); in standalone_send_commands() 1917 from_pid = open_fifo(to_gdb_from_pid, O_RDONLY, in standalone_send_commands()
|