From 44b95869cf4bbca063da79340c1b746fdff9b2d8 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Wed, 19 Oct 1994 03:00:29 +0000 Subject: [PATCH] Add a ^C to the init string. --- gdb/op50-rom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/op50-rom.c b/gdb/op50-rom.c index b0c853abf93..dd02089830d 100644 --- a/gdb/op50-rom.c +++ b/gdb/op50-rom.c @@ -87,7 +87,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).", struct monitor_ops op50n_cmds = { 1, /* 1 for ASCII, 0 for binary */ - ".\n", /* monitor init string */ + "\003.\n", /* monitor init string */ "g %x\n", /* execute or usually GO command */ "g\n", /* continue command */ "t\n", /* single step */ -- 2.30.2