From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21094 invoked by alias); 14 Jan 2008 22:50:00 -0000 Received: (qmail 21082 invoked by uid 22791); 14 Jan 2008 22:50:00 -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; Mon, 14 Jan 2008 22:49:42 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 64AB03C848; Mon, 14 Jan 2008 14:49:40 -0800 (PST) Subject: Re: [RFC/RFA?] Should break FILE:LINENO skip prologue? From: Michael Snyder To: Mark Kettenis Cc: eliz@gnu.org, gdb-patches@sourceware.org In-Reply-To: <200801121531.m0CFVW8I023504@brahms.sibelius.xs4all.nl> References: <20080109151745.GA13181@adacore.com> <200801092140.43362.ebotcazou@adacore.com> <200801101058.m0AAw7HA023877@brahms.sibelius.xs4all.nl> <200801101247.28736.ebotcazou@adacore.com> <1200001622.14654.29.camel@localhost.localdomain> <200801102208.m0AM8aDR023344@brahms.sibelius.xs4all.nl> <20080111053547.GB12954@adacore.com> <200801111126.m0BBQQDB006618@brahms.sibelius.xs4all.nl> <20080111182136.GD12954@adacore.com> <200801112113.m0BLDnAF024595@brahms.sibelius.xs4all.nl> <200801121531.m0CFVW8I023504@brahms.sibelius.xs4all.nl> Content-Type: text/plain Date: Mon, 14 Jan 2008 22:50:00 -0000 Message-Id: <1200350979.3263.5.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/msg00334.txt.bz2 On Sat, 2008-01-12 at 16:31 +0100, Mark Kettenis wrote: > > Date: Sat, 12 Jan 2008 14:25:24 +0200 > > From: Eli Zaretskii > > > > Unless I'm missing something, I'd like to add a node with an > > exhaustive definition of an address (or LINESPEC), and then add > > cross-references to that place whenever we talk about addresses. Does > > the below list all the possible use cases? > > > > . LINENO > > . FILENAME:LINENO > > . FUNCTION > > . FILENAME:FUNCTION > > . +OFFSET > > . -OFFSET > > . *FUNCTION > > . *FILENAME:FUNCTION > > . *EXPRESSION > > *FUNCTION and *FILENAME:FUNCTION are just special cases of *EXPRESSION But important extensions, as they are not part of the target language.