From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7188 invoked by alias); 5 Jun 2006 19:58:23 -0000 Received: (qmail 7175 invoked by uid 22791); 5 Jun 2006 19:58:23 -0000 X-Spam-Check-By: sourceware.org Received: from eastrmmtao01.cox.net (HELO eastrmmtao01.cox.net) (68.230.240.38) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 Jun 2006 19:58:20 +0000 Received: from localhost.localdomain ([68.9.66.48]) by eastrmmtao01.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060605195818.EGTB17255.eastrmmtao01.cox.net@localhost.localdomain>; Mon, 5 Jun 2006 15:58:18 -0400 Received: from bob by localhost.localdomain with local (Exim 4.60) (envelope-from ) id 1FnLDT-0002e3-Ej; Mon, 05 Jun 2006 15:58:23 -0400 Date: Mon, 05 Jun 2006 19:58:00 -0000 From: Bob Rossi To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: starting gdb/mi from FE Message-ID: <20060605195823.GA10045@brasko.net> Mail-Followup-To: Eli Zaretskii , gdb-patches@sources.redhat.com References: <20060605134517.GA25925@brasko.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00046.txt.bz2 On Mon, Jun 05, 2006 at 10:56:30PM +0300, Eli Zaretskii wrote: > > Date: Mon, 5 Jun 2006 09:45:17 -0400 > > From: Bob Rossi > > > > $ ./gdb/gdb -q -i=mi4,mi3 ./main > > Multiple values separated by a comma is not how GNU programs accept > multiple values for the same option. -i=mi4 -i=mi3 is more like it. OK, so should I make this change then and repost? > In any case, any change in the command-line options should be > accompanied by a suitable change to the user manual. Yes, of course, I'm just seeing if this change would be acceptable. Bob Rossi