diff options
author | Rob Savoye <rob@cygnus> | 1996-01-02 23:59:48 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1996-01-02 23:59:48 +0000 |
commit | f9ac2066da52cac95856e14b159eed405c0e96db (patch) | |
tree | 4821d5d046219af79a56ba4d9f47d74db959d92c /gdb/remote-array.c | |
parent | e1c145993ec59ed01a1bbc88c294ac3167fa5c66 (diff) | |
download | gdb-f9ac2066da52cac95856e14b159eed405c0e96db.zip gdb-f9ac2066da52cac95856e14b159eed405c0e96db.tar.gz gdb-f9ac2066da52cac95856e14b159eed405c0e96db.tar.bz2 |
Add a "\n" to the "go" command so it'll start right away.
Diffstat (limited to 'gdb/remote-array.c')
-rw-r--r-- | gdb/remote-array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-array.c b/gdb/remote-array.c index 49e236d..0b36af1 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"); } } |