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