From f9ac2066da52cac95856e14b159eed405c0e96db Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Tue, 2 Jan 1996 23:59:48 +0000 Subject: [PATCH] Add a "\n" to the "go" command so it'll start right away. --- gdb/remote-array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } -- 2.30.2