[PATCH] Remove errant usage text on gdbserver --multi

Doug Evans dje@google.com
Mon Oct 31 06:03:00 GMT 2016


Hi.

--multi has no influence on if/when gdbserver terminates.

2016-10-30  Doug Evans  <dje@google.com>

	* server.c (gdbserver_usage): Remove errant text on --multi.

diff --git a/gdb/gdbserver/server.c b/gdb/gdbserver/server.c
index 3f9ff2b..5432107 100644
--- a/gdb/gdbserver/server.c
+++ b/gdb/gdbserver/server.c
@@ -3324,8 +3324,7 @@ gdbserver_usage (FILE *stream)
  	   "Operating modes:\n"
  	   "\n"
  	   "  --attach              Attach to running process PID.\n"
-	   "  --multi               Start server without a specific program,  
and\n"
-	   "                        only quit when explicitly commanded.\n"
+	   "  --multi               Start server without a specific program.\n"
  	   "  --once                Exit after the first connection has closed.\n"
  	   "  --help                Print this message and then exit.\n"
  	   "  --version             Display version information and exit.\n"



More information about the Gdb-patches mailing list