aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-06-25 22:34:44 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-06-25 22:34:44 +0000
commita4cb75b801cd4653a68fc7eace04dac98c9438b1 (patch)
treeb8e74bf76dddcbbd46dd524da44690d8b1efd419 /gdb
parent16e1d1d3612e3d18120798bfb598b62c99537529 (diff)
downloadgdb-a4cb75b801cd4653a68fc7eace04dac98c9438b1.zip
gdb-a4cb75b801cd4653a68fc7eace04dac98c9438b1.tar.gz
gdb-a4cb75b801cd4653a68fc7eace04dac98c9438b1.tar.bz2
add comment
Diffstat (limited to 'gdb')
-rw-r--r--gdb/remote.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 4878e5a..c26be3b 100644
--- 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 */