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

/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c118 static char *to_gdb = NULL; variable
249 write_remote_desc = open_fifo ("write", to_gdb, VKI_O_WRONLY);
314 if (to_gdb != NULL)
315 free (to_gdb);
316 to_gdb = malloc (len);
323 VG_(sprintf) (to_gdb, "%s-to-vgdb-from-%d-by-%s-on-%s", name,
329 VG_(umsg)("embedded gdbserver: writing to %s\n", to_gdb);
368 VG_(unlink)(to_gdb);
372 safe_mknod(to_gdb);
485 to_gdb
[all...]
/external/valgrind/main/coregrind/
H A Dvgdb.c448 static int to_gdb = 1; /* stdout by default, changed if --port is given. */ variable
469 return write_buf(to_gdb, buf, nrread, "to_gdb", /* notify */ False);
507 to_gdb = gdb_connect;
846 pollfds[TO_GDB].fd = to_gdb;

Completed in 89 milliseconds