From: Rob Savoye Date: Tue, 2 Jan 1996 23:59:48 +0000 (+0000) Subject: Add a "\n" to the "go" command so it'll start right away. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9ac2066da52cac95856e14b159eed405c0e96db;p=binutils-gdb.git Add a "\n" to the "go" command so it'll start right away. --- diff --git a/gdb/remote-array.c b/gdb/remote-array.c index 49e236d4c62..0b36af1880f 100644 --- a/gdb/remote-array.c +++ b/gdb/remote-array.c @@ -703,7 +703,7 @@ array_resume (pid, step, sig) if (step) { printf_monitor ("s\n"); } else { - printf_monitor ("go"); + printf_monitor ("go\n"); } }