* op50-rom.c (op50n_cmds): Send ".\r" after the interrupt
character.
This commit is contained in:
parent
e18c4e8f8f
commit
78441c6f94
2 changed files with 6 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue