aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorSanimir Agovic <sagovic@sourceware.org>2013-08-05 15:39:25 +0000
committerSanimir Agovic <sagovic@sourceware.org>2013-08-05 15:39:25 +0000
commit6e8c566101d0cb885568e2326d9d2751d97c70b6 (patch)
tree81a67fc6642cf2a4ddb0f287a2b788b4d1da831a /gdb/doc
parent934b9bace2dab74ac9af1fbb27c13755b89e5f7d (diff)
downloadfsf-binutils-gdb-6e8c566101d0cb885568e2326d9d2751d97c70b6.zip
fsf-binutils-gdb-6e8c566101d0cb885568e2326d9d2751d97c70b6.tar.gz
fsf-binutils-gdb-6e8c566101d0cb885568e2326d9d2751d97c70b6.tar.bz2
doc: gdbserver allows for subsequent and not for multiple simultaneous connections.
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 (multiple simultaneous) connections.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo2
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