Home | History | Annotate | Download | only in m_gdbserver

Lines Matching refs:buf2

695    char *buf2;
699 buf2 = malloc (PBUFSIZ);
701 /* Copy the packet into buffer BUF2, encapsulating it
704 p = buf2;
726 if (VG_(write) (write_remote_desc, buf2, p - buf2) != p - buf2) {
732 dlog(1, "putpkt (\"%s\"); [no ack]\n", buf2);
734 dlog(1,"putpkt (\"%s\"); [looking for ack]\n", buf2);
749 free (buf2);
759 free (buf2);