* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / remote-est.c
index b8d5f5a8baf7846e49d9d6dd80739b19bdea1f92..6074ee0a6b580fe7a79e7d51515c6405f8bc3a1a 100644 (file)
@@ -92,9 +92,6 @@ static char *est_regnames[NUM_REGS] =
 
 static struct target_ops est_ops;
 
-static char *est_loadtypes[] = {"srec", NULL};
-static char *est_loadprotos[] = {"none", NULL};
-
 static char *est_inits[] = {"he\r", /* Resets the prompt, and clears repeated cmds */
                              NULL};
 
@@ -146,18 +143,15 @@ 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 */
-  est_loadtypes,               /* loadtypes */
-  est_loadprotos,              /* loadprotos */
-  "9600",                      /* supported baud rates */
   SERIAL_1_STOPBITS,           /* number of stop bits */
   est_regnames,                        /* registers names */
   MONITOR_OPS_MAGIC            /* magic */
   };
 
-void
+static void
 est_open(args, from_tty)
      char *args;
      int from_tty;
This page took 0.023582 seconds and 4 git commands to generate.