From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11935 invoked by alias); 20 Mar 2012 17:26:36 -0000 Received: (qmail 11909 invoked by uid 22791); 20 Mar 2012 17:26:32 -0000 X-SWARE-Spam-Status: No, hits=-1.7 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 17:26:15 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M17002001NMZE00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Tue, 20 Mar 2012 19:26:14 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.29.76]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M17002LY1RNZI00@a-mtaout21.012.net.il>; Tue, 20 Mar 2012 19:26:12 +0200 (IST) Date: Tue, 20 Mar 2012 17:26:00 -0000 From: Eli Zaretskii Subject: Re: [RFA 1/3] Linespec rewrite: Parsing In-reply-to: <4F681604.1040906@redhat.com> To: Keith Seitz Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83pqc718w7.fsf@gnu.org> References: <4F67A319.4090608@redhat.com> <83sjh40vu4.fsf@gnu.org> <4F681604.1040906@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/msg00746.txt.bz2 > Date: Mon, 19 Mar 2012 22:30:44 -0700 > From: Keith Seitz > CC: gdb-patches@sourceware.org > > >> - 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. > > The documentation doesn't mention linespecs very much, so I will look > into writing an appropriate expansion of that section of the manual in > the morning [and a NEWS entry]. Thank you.