From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1815 invoked by alias); 10 Mar 2005 20:37:05 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1746 invoked from network); 10 Mar 2005 20:37:00 -0000 Received: from unknown (HELO lakermmtao06.cox.net) (68.230.240.33) by sourceware.org with SMTP; 10 Mar 2005 20:37:00 -0000 Received: from white ([68.9.64.121]) by lakermmtao06.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050310203656.ZRPL21504.lakermmtao06.cox.net@white> for ; Thu, 10 Mar 2005 15:36:56 -0500 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1D9UOw-0003s8-00 for ; Thu, 10 Mar 2005 15:36:58 -0500 Date: Thu, 10 Mar 2005 20:37:00 -0000 From: Bob Rossi To: gdb-patches@sources.redhat.com Subject: remove --[no]sync from --help CLI switch Message-ID: <20050310203658.GA14742@white> Mail-Followup-To: gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-SW-Source: 2005-03/txt/msg00172.txt.bz2 Hi, I think this is no longer needed. 2005-03-10 Bob Rossi * main.c(print_gdb_help): remove the --[no]sync help message Thanks, Bob Rossi Index: main.c =================================================================== RCS file: /cvs/src/src/gdb/main.c,v retrieving revision 1.49 diff -w -u -r1.49 main.c --- main.c 11 Feb 2005 04:05:56 -0000 1.49 +++ main.c 10 Mar 2005 19:49:55 -0000 @@ -830,9 +830,6 @@ --args Arguments after executable-file are passed to inferior\n\ "), stream); fputs_unfiltered (_("\ - --[no]async Enable (disable) asynchronous version of CLI\n\ -"), stream); - fputs_unfiltered (_("\ -b BAUDRATE Set serial port baud rate used for remote debugging.\n\ --batch Exit after processing options.\n\ --cd=DIR Change current directory to DIR.\n\