* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / remote-est.c
index efc83d4e66130520900732da709e476d7583bfab..6074ee0a6b580fe7a79e7d51515c6405f8bc3a1a 100644 (file)
@@ -143,7 +143,7 @@ static struct monitor_ops est_cmds =
   "dl\r",                      /* download command */
   "+",                         /* load response */
   ">BKM>",                     /* monitor command prompt */
-  NULL,                                /* end-of-command delimitor */
+  "\r",                                /* end-of-line terminator */
   NULL,                                /* optional command terminator */
   &est_ops,                    /* target operations */
   SERIAL_1_STOPBITS,           /* number of stop bits */
@@ -151,7 +151,7 @@ static struct monitor_ops est_cmds =
   MONITOR_OPS_MAGIC            /* magic */
   };
 
-void
+static void
 est_open(args, from_tty)
      char *args;
      int from_tty;
This page took 0.022983 seconds and 4 git commands to generate.