diff options
Diffstat (limited to 'gdb/remote-est.c')
-rw-r--r-- | gdb/remote-est.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-est.c b/gdb/remote-est.c index 25c25ac..8862cc3 100644 --- a/gdb/remote-est.c +++ b/gdb/remote-est.c @@ -98,7 +98,7 @@ 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_SREC_ACK, + MO_SREC_ACK | MO_SREC_ACK_PLUS, est_inits, /* Init strings */ "go\r", /* continue command */ "sidr\r", /* single step */ |