* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / rom68k-rom.c
index 399b747ad3af9ca88b12ad623802fd589745f7f8..1de71008da720133685b798f3f9af8fc15866b3f 100644 (file)
@@ -141,8 +141,8 @@ static struct monitor_ops rom68k_cmds =
   NULL,                                /* load_routine (defaults to SRECs) */
   "dc\r",                      /* download command */
   "Waiting for S-records from host... ", /* Load response */
-  "ROM68K :->",                        /* monitor command prompt */
-  "=",                         /* end-of-command delimitor */
+  "ROM68K :-> ",               /* monitor command prompt */
+  "\r",                                /* end-of-line terminator */
   ".\r",                       /* optional command terminator */
   &rom68k_ops,                 /* target operations */
   SERIAL_1_STOPBITS,           /* number of stop bits */
This page took 0.022974 seconds and 4 git commands to generate.