* ocd.c (ocd_open): If we fail ocd_start_remote, make sure we
[deliverable/binutils-gdb.git] / gdb / remote-est.c
index cfa97310b06dc888358a7470cac9479d829d761b..8862cc3ac1bda3757b6e0cd75ff7b1375cc84d77 100644 (file)
@@ -97,7 +97,8 @@ static char *est_inits[] = {"he\r", /* Resets the prompt, and clears repeated cm
 
 static struct monitor_ops est_cmds =
 {
-  MO_CLR_BREAK_USES_ADDR | MO_FILL_USES_ADDR | MO_NEED_REGDUMP_AFTER_CONT,
+  MO_CLR_BREAK_USES_ADDR | MO_FILL_USES_ADDR | MO_NEED_REGDUMP_AFTER_CONT |
+  MO_SREC_ACK | MO_SREC_ACK_PLUS,
   est_inits,                   /* Init strings */
   "go\r",                      /* continue command */
   "sidr\r",                    /* single step */
This page took 0.029967 seconds and 4 git commands to generate.