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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtracepoint.c1663 static char target_buf[2048]; variable
1684 strcpy (target_buf, "QTro");
1699 sprintf (target_buf + strlen (target_buf),
1704 putpkt (target_buf);
1705 getpkt (target_buf, sizeof (target_buf), 0);
1731 remote_get_noisy_reply (target_buf, sizeof (target_buf));
1732 if (strcmp (target_buf, "O
[all...]

Completed in 53 milliseconds