From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23117 invoked by alias); 17 Jan 2008 23:42:52 -0000 Received: (qmail 23109 invoked by uid 22791); 17 Jan 2008 23:42:52 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 17 Jan 2008 23:42:24 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id D609A3C60A; Thu, 17 Jan 2008 15:42:21 -0800 (PST) Subject: Re: [RFC/RFA?] Should break FILE:LINENO skip prologue? From: Michael Snyder To: Jim Blandy Cc: Mark Kettenis , eliz@gnu.org, uweigand@de.ibm.com, brobecker@adacore.com, gdb-patches@sourceware.org In-Reply-To: References: <200801152140.m0FLeMha003566@d12av02.megacenter.de.ibm.com> <200801161034.m0GAYfpk000326@brahms.sibelius.xs4all.nl> <1200543483.3263.73.camel@localhost.localdomain> <200801170945.m0H9jZ2I004104@brahms.sibelius.xs4all.nl> <1200606670.3263.85.camel@localhost.localdomain> Content-Type: text/plain Date: Thu, 17 Jan 2008 23:42:00 -0000 Message-Id: <1200613341.3263.88.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Content-Transfer-Encoding: 7bit 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: 2008-01/txt/msg00465.txt.bz2 On Thu, 2008-01-17 at 14:08 -0800, Jim Blandy wrote: > Once it has recognized the '*', linespec.c passes things off directly > to the language expression parser, with no further munging; see the > code fragments I posted here: > > http://sourceware.org/ml/gdb-patches/2008-01/msg00354.html > > So, the syntax of things that may appear after the '*' is exactly an > expression, no less or more. I see, so I'm arguing from stale state. The linespec parser used to do much more than that. Sounds like an improvement, anyway...