Searched refs:ocd_do_command (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/gdb/gdb/
H A Docd.c55 static unsigned char *ocd_do_command (int cmd, int *statusp, int *lenp);
189 ocd_do_command (OCD_AYT, &status, &pktlen);
191 p = ocd_do_command (OCD_GET_VERSION, &status, &pktlen);
337 ocd_do_command (OCD_STEP, &last_run_status, &pktlen);
339 ocd_do_command (OCD_RUN, &last_run_status, &pktlen);
349 ocd_do_command (OCD_STOP, &status, &pktlen);
953 ocd_do_command (int cmd, int *statusp, int *lenp)
974 sprintf (errbuf, "ocd_do_command (0x%x):", cmd);
1099 ocd_do_command (OCD_RESET, &status, &pktlen);
1112 ocd_do_command (OCD_RESET_RU
944 ocd_do_command (int cmd, int *statusp, int *lenp) function
[all...]

Completed in 82 milliseconds