Home | History | Annotate | Download | only in coregrind

Lines Matching refs:to_gdb

406    TO_GDB,
415 case TO_GDB: return "TO_GDB";
448 static int to_gdb = 1; /* stdout by default, changed if --port is given. */
469 return write_buf(to_gdb, buf, nrread, "to_gdb", /* notify */ False);
507 to_gdb = gdb_connect;
852 pollfds[TO_GDB].fd = to_gdb;
853 pollfds[TO_GDB].events = 0;
854 pollfds[TO_GDB].revents = 0;