projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1c1459
)
Add a "\n" to the "go" command so it'll start right away.
author
Rob Savoye
<rob@cygnus>
Tue, 2 Jan 1996 23:59:48 +0000
(23:59 +0000)
committer
Rob Savoye
<rob@cygnus>
Tue, 2 Jan 1996 23:59:48 +0000
(23:59 +0000)
gdb/remote-array.c
patch
|
blob
|
history
diff --git
a/gdb/remote-array.c
b/gdb/remote-array.c
index 49e236d4c622a49a7e3337847477482200ff47e9..0b36af1880fef11faf116d8732aed63a73f9d6e2 100644
(file)
--- 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
");
}
}