From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10405 invoked by alias); 22 Nov 2009 04:28:30 -0000 Received: (qmail 10396 invoked by uid 22791); 22 Nov 2009 04:28:29 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 22 Nov 2009 04:27:25 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0KTH00900THEKV00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Sun, 22 Nov 2009 06:27:22 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.37.193]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KTH008WETPLNZ40@a-mtaout23.012.net.il>; Sun, 22 Nov 2009 06:27:22 +0200 (IST) Date: Sun, 22 Nov 2009 04:28:00 -0000 From: Eli Zaretskii Subject: Re: [patch] Allow "disassemble 'Foo::bar(char *)'" In-reply-to: <8ac60eac0911211838g44519802t5f082446d5494f2d@mail.gmail.com> To: Paul Pluzhnikov Cc: tromey@redhat.com, schwab@linux-m68k.org, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83skc7npzo.fsf@gnu.org> References: <20091114001022.A0A0776CDD@ppluzhnikov.mtv.corp.google.com> <8ac60eac0911150916k70ac0f62hf349b0bc21aa58b7@mail.gmail.com> <8ac60eac0911161028of5f2352lf1857db7a46a94b2@mail.gmail.com> <8ac60eac0911191539w4245739ka6405ba072b79395@mail.gmail.com> <8ac60eac0911201642y138489ffvab73550bfa72a89d@mail.gmail.com> <20091121005931.GA24143@caradoc.them.org> <8ac60eac0911201708k2c9bc062w9c34765e03b83566@mail.gmail.com> <83lji0p96p.fsf@gnu.org> <8ac60eac0911211838g44519802t5f082446d5494f2d@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00470.txt.bz2 > Date: Sat, 21 Nov 2009 18:38:52 -0800 > From: Paul Pluzhnikov > Cc: tromey@redhat.com, schwab@linux-m68k.org, gdb-patches@sourceware.org > > > Is my interpretation of the test correct? If it is, then the > > documentation should say that whitespace is allowed around the comma. > > The comma separates expressions, and expressions may contain > {leading,trailing,in the middle} whitespace. > > I've added a statement to gdb.texinfo to clarify that. I still think that the whitespace should be explicitly mentioned.