Home | History | Annotate | Download | only in m_gdbserver

Lines Matching refs:to_gdb

119 static char *to_gdb = NULL;
250 write_remote_desc = open_fifo ("write", to_gdb, VKI_O_WRONLY);
342 if (to_gdb != NULL)
343 free (to_gdb);
344 to_gdb = malloc (len);
351 VG_(sprintf) (to_gdb, "%s-to-vgdb-from-%d-by-%s-on-%s", name,
357 VG_(umsg)("embedded gdbserver: writing to %s\n", to_gdb);
396 VG_(unlink)(to_gdb);
426 safe_mknod(to_gdb);
520 to_gdb ? to_gdb : "NULL",
524 if (pid == pid_from_to_creator && to_gdb && VG_(unlink) (to_gdb) == -1)
525 warning ("could not unlink %s\n", to_gdb);
530 free (to_gdb);
531 to_gdb = NULL;