This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] doc: gdbserver allows for subsequent and not for additional connections.


> From: Sanimir Agovic <sanimir.agovic@intel.com>
> Cc: gdb-patches@sourceware.org
> Date: Mon,  5 Aug 2013 11:23:53 +0200
> 
> 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.
> ^^^^^^^^^^

Is it really such a significant difference?  I'm not sure.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]