From c92f31c6e57cb4a136b75a276ecccd97c39f79ed Mon Sep 17 00:00:00 2001 From: Mark Alexander Date: Tue, 21 May 1996 06:09:23 +0000 Subject: * dsrec.c (load_srec): Add WAITACK parameter, for machines like EST visionICE that send back an ACK after each S-record. * monitor.c (monitor_wait_srec_ack): New function. (monitor_load): Pass monitor_wait_srec_ack to load_srec if the monitor's MO_SREC_ACK flag is set. * monitor.h: Define MO_SREC_ACK flag. * remote-est.c (est_cmds): Add MO_SREC_ACK flag. * sh3-rom.c (sh3_load): Accomodate change in load_srec prototype. * srec.h: Add WAITACK parameter to load_srec prototype. --- gdb/srec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/srec.h') diff --git a/gdb/srec.h b/gdb/srec.h index 1446bda..eb69360 100644 --- a/gdb/srec.h +++ b/gdb/srec.h @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ void load_srec PARAMS ((serial_t desc, const char *file, int maxrecsize, - int flags, int hashmark)); + int flags, int hashmark, int (*waitack)(void))); /* S-record capability flags */ -- cgit v1.1