Add a "\n" to the "go" command so it'll start right away.
authorRob Savoye <rob@cygnus>
Tue, 2 Jan 1996 23:59:48 +0000 (23:59 +0000)
committerRob Savoye <rob@cygnus>
Tue, 2 Jan 1996 23:59:48 +0000 (23:59 +0000)
gdb/remote-array.c

index 49e236d4c622a49a7e3337847477482200ff47e9..0b36af1880fef11faf116d8732aed63a73f9d6e2 100644 (file)
@@ -703,7 +703,7 @@ array_resume (pid, step, sig)
   if (step) {
     printf_monitor ("s\n");
   } else {
-    printf_monitor ("go");
+    printf_monitor ("go\n");
   }
 }