Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Sanimir Agovic <sanimir.agovic@intel.com>
To: eliz@gnu.org
Cc: gdb-patches@sourceware.org
Subject: [PATCH] doc: gdbserver allows for subsequent and not for additional connections.
Date: Mon, 05 Aug 2013 09:24:00 -0000	[thread overview]
Message-ID: <1375694633-30275-1-git-send-email-sanimir.agovic@intel.com> (raw)

Reading the gdb documentation about TCP port allocation lifecycle I had the
impression that gdbserver allows multiple connection, which it does not. Thus
the term "subsequent" suites better than "additional".

old> By default, gdbserver keeps the listening TCP port open, so that
additional connections are possible.
^^^^^^^^^^

new> By default, gdbserver keeps the listening TCP port open, so that
subsequent connections are possible.
^^^^^^^^^^

 -Sanimir

doc/

2013-08-05  Sanimir Agovic  <sanimir.agovic@intel.com>

	* gdb.texinfo (TCP port allocation lifecycle): Gdbserver by default
	allows for subsequent and not for additional connections.

---
 gdb/doc/gdb.texinfo |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index cb393e8..6d5dec4 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -18182,7 +18182,7 @@ completeness, at most one @value{GDBN} can be connected at a time.
 
 @cindex @option{--once}, @code{gdbserver} option
 By default, @code{gdbserver} keeps the listening TCP port open, so that
-additional connections are possible.  However, if you start @code{gdbserver}
+subsequent connections are possible.  However, if you start @code{gdbserver}
 with the @option{--once} option, it will stop listening for any further
 connection attempts after connecting to the first @value{GDBN} session.  This
 means no further connections to @code{gdbserver} will be possible after the
-- 
1.7.1.1


             reply	other threads:[~2013-08-05  9:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-05  9:24 Sanimir Agovic [this message]
2013-08-05 14:54 ` Eli Zaretskii
2013-08-05 15:00   ` Agovic, Sanimir
2013-08-05 15:06     ` Tom Tromey
2013-08-05 15:20       ` Eli Zaretskii
2013-08-05 15:40         ` Agovic, Sanimir

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1375694633-30275-1-git-send-email-sanimir.agovic@intel.com \
    --to=sanimir.agovic@intel.com \
    --cc=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox