From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29383 invoked by alias); 20 Mar 2012 03:56:34 -0000 Received: (qmail 29372 invoked by uid 22791); 20 Mar 2012 03:56:33 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Mar 2012 03:56:05 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M1600L0001DV500@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Tue, 20 Mar 2012 05:56:00 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.144.201]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M1600L6Z09BUV30@a-mtaout21.012.net.il>; Tue, 20 Mar 2012 05:56:00 +0200 (IST) Date: Tue, 20 Mar 2012 03:56:00 -0000 From: Eli Zaretskii Subject: Re: [RFA 1/3] Linespec rewrite: Parsing In-reply-to: <4F67A319.4090608@redhat.com> To: Keith Seitz Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83sjh40vu4.fsf@gnu.org> References: <4F67A319.4090608@redhat.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: 2012-03/txt/msg00730.txt.bz2 > Date: Mon, 19 Mar 2012 14:20:25 -0700 > From: Keith Seitz > > - This patch does make one incompatible change with current linespec > handling: quoting. Users may not quote multiple "pieces" of the linespec > anymore. [Although users may still use either \' or \".] This incompatibility cannot go without some change to documentation, both in the user manual and in NEWS. > Windows drive letters are okay, too. Not sure what this means. Do they require quoting or not? Thank you for doing this.