From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31133 invoked by alias); 14 Feb 2009 16:39:19 -0000 Received: (qmail 31123 invoked by uid 22791); 14 Feb 2009 16:39:17 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.151) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 14 Feb 2009 16:39:11 +0000 Received: from localhost (kassar.u-strasbg.fr [130.79.200.61]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id n1EGd5h6057725 ; Sat, 14 Feb 2009 17:39:05 +0100 (CET) Received: from lec67-4-82-230-53-140.fbx.proxad.net (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) by webmail.u-strasbg.fr (Horde MIME library) with HTTP; Sat, 14 Feb 2009 17:39:05 +0100 Message-ID: <20090214173905.qkxg37bdkcsks8wg@webmail.u-strasbg.fr> Date: Sat, 14 Feb 2009 16:39:00 -0000 From: Pierre Muller To: Daniel Jacobowitz Cc: gdb@sourceware.org Subject: Re: GDB breakpoints, source lines References: <1234603753.10693.8.camel@ceiriog.eclipse.co.uk> <20090214160804.GA32155@caradoc.them.org> In-Reply-To: <20090214160804.GA32155@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-6.2 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00120.txt.bz2 Daniel Jacobowitz a =E9crit=A0: > On Sat, Feb 14, 2009 at 01:22:38PM +0300, Vladimir Prus wrote: >> > My question is: are there any circumstances in which you can get a >> > different source file or line for each location? >> >> There should be none, except that we had a bug report whereby GDB would >> create multiple location breakpoint where each location has the same >> line number and file basename, but different directories. > > Do you think we'll ever use these for e.g. breakpoints on overloaded > functions? I would really like to use them for global overloaded functions in pascal! But I didn't yet have time to look into this seriously :( Pierre Muller GDB pascal language support maintainer