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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Docd.c57 static void ocd_put_packet (unsigned char *packet, int pktlen);
177 ocd_put_packet (buf, 4); /* Init OCD params */
207 ocd_put_packet (buf, 3);
234 ocd_put_packet (buf, 2);
239 ocd_put_packet (buf, 2);
374 ocd_put_packet (buf, 1);
434 ocd_put_packet (buf, 1);
481 ocd_put_packet (buf, 5);
536 ocd_put_packet (buf, 4 + reglen);
605 ocd_put_packet (bu
765 ocd_put_packet (unsigned char *buf, int len) function
[all...]

Completed in 100 milliseconds