Searched refs:ocd_do_command (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | ocd.c | 55 static unsigned char *ocd_do_command (int cmd, int *statusp, int *lenp); 187 ocd_do_command (OCD_AYT, &status, &pktlen); in ocd_start_remote() 189 p = ocd_do_command (OCD_GET_VERSION, &status, &pktlen); in ocd_start_remote() 334 ocd_do_command (OCD_STEP, &last_run_status, &pktlen); in ocd_resume() 336 ocd_do_command (OCD_RUN, &last_run_status, &pktlen); in ocd_resume() 345 ocd_do_command (OCD_STOP, &status, &pktlen); in ocd_stop() 944 ocd_do_command (int cmd, int *statusp, int *lenp) in ocd_do_command() function 1089 ocd_do_command (OCD_RESET, &status, &pktlen); in bdm_reset_command() 1102 ocd_do_command (OCD_RESET_RUN, &status, &pktlen); in bdm_restart_command() 1132 ocd_do_command (OCD_ENTER_MON, &status, &pktlen); in bdm_update_flash_command() [all …]
|
H A D | ChangeLog-1997 | 848 (ocd_wait): while looping, call ocd_do_command with OCD_AYT 1078 * ocd.c: rename "do_command" to "ocd_do_command"
|