From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12650 invoked by alias); 6 Jun 2006 03:44:45 -0000 Received: (qmail 12642 invoked by uid 22791); 6 Jun 2006 03:44:45 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Jun 2006 03:44:43 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-38-209.inter.net.il [80.230.38.209]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DPD21464 (AUTH halo1); Tue, 6 Jun 2006 06:44:39 +0300 (IDT) Date: Tue, 06 Jun 2006 03:44:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20060605212532.GA1935@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 5 Jun 2006 17:25:32 -0400) Subject: Re: starting gdb/mi from FE Reply-to: Eli Zaretskii References: <20060605134517.GA25925@brasko.net> <20060605212532.GA1935@nevyn.them.org> 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/msg00062.txt.bz2 > Date: Mon, 5 Jun 2006 17:25:32 -0400 > From: Daniel Jacobowitz > > 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. > > Is it? I couldn't find anything about this in e.g. the coding > standards. It isn't a codified rule; I just couldn't recall any program that does this. But now I recalled one: gcc (with the -Wl linker options), so I guess my gut feeling was wrong. (Commas are used by many Windows programs, and I always disliked that; but that's me.)