diff options
Diffstat (limited to 'gdb/op50-rom.c')
-rw-r--r-- | gdb/op50-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/op50-rom.c b/gdb/op50-rom.c index 36991af..f8cb7fa 100644 --- a/gdb/op50-rom.c +++ b/gdb/op50-rom.c @@ -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 */ |