Add a ^C to the init string.
authorRob Savoye <rob@cygnus>
Wed, 19 Oct 1994 03:00:29 +0000 (03:00 +0000)
committerRob Savoye <rob@cygnus>
Wed, 19 Oct 1994 03:00:29 +0000 (03:00 +0000)
gdb/op50-rom.c

index b0c853abf939693496765c16221731f2da724227..dd02089830d54a46ff32b3f5236ee8810f540304 100644 (file)
@@ -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 */
This page took 0.036894 seconds and 4 git commands to generate.