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:
16e1d1d
)
add comment
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Fri, 25 Jun 1993 22:34:44 +0000
(22:34 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Fri, 25 Jun 1993 22:34:44 +0000
(22:34 +0000)
gdb/remote.c
patch
|
blob
|
history
diff --git
a/gdb/remote.c
b/gdb/remote.c
index 4878e5a923799b511c60c8f8201ee9f1ad03756e..c26be3b2978d9aa32f35314bd2b1876f9c1665cb 100644
(file)
--- a/
gdb/remote.c
+++ b/
gdb/remote.c
@@
-218,6
+218,8
@@
remote_start_remote (dummy)
char *dummy;
{
/* Ack any packet which the remote side has already sent. */
+ /* I'm not sure this \r is needed; we don't use it any other time we
+ send an ack. */
SERIAL_WRITE (remote_desc, "+\r", 2);
putpkt ("?"); /* initiate a query from remote machine */