* op50-rom.c (op50n_cmds): Send ".\r" after the interrupt

character.
This commit is contained in:
Jeff Law 1995-09-21 03:11:16 +00:00
parent e18c4e8f8f
commit 78441c6f94
2 changed files with 6 additions and 1 deletions

View file

@ -61,7 +61,7 @@ static struct monitor_ops op50n_cmds =
op50n_inits, /* Init strings */
"g\r", /* continue command */
"t\r", /* single step */
"\003", /* Interrupt char */
"\003.\r", /* Interrupt char */
"b %x\r", /* set a breakpoint */
"b %x,0\r", /* clear breakpoint at addr */
"bx\r", /* clear all breakpoints */