From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30326 invoked by alias); 16 Aug 2003 18:46:29 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 30319 invoked from network); 16 Aug 2003 18:46:29 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 16 Aug 2003 18:46:29 -0000 Received: from fleche.redhat.com (tf0113.peakpeak.com [204.144.239.113]) by gash2.peakpeak.com (8.9.3/8.9.3.1) with ESMTP id MAA24457; Sat, 16 Aug 2003 12:46:23 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id 2F8314F8757; Sat, 16 Aug 2003 12:38:23 -0600 (MDT) To: Andrew Cagney Cc: jwilliams@itee.uq.edu.au, "insight@sources.redhat.com" Subject: Re: duplicated source file names References: <3F3B355C.5040904@itee.uq.edu.au> <1060877014.1578.17.camel@lindt.uglyboxes.com> <3F3C06C7.5090006@itee.uq.edu.au> <3F3CFD6D.8030007@redhat.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: Is it NOUVELLE CUISINE when 3 olives are struggling with a scallop in a plate of SAUCE MORNAY? Date: Sat, 16 Aug 2003 18:46:00 -0000 In-Reply-To: <3F3CFD6D.8030007@redhat.com> Message-ID: <8765kxfnxg.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q3/txt/msg00104.txt.bz2 >>>>> "Andrew" == Andrew Cagney writes: Andrew> With out any other evidence, I'd assume this is fixed in a more recent Andrew> set of developer tools (debugger, binutils, compiler, ...). Perhaps Andrew> look in GDB's bug database - http://www.gnu.org/software/gdb/bugs/. There was a discussion of this problem on the gdb list sometime last year (or maybe earlier). As I recall we ended up with a patch where, if you specify the full path to a file, gdb will normalize it internally and not be confused. I don't know how this applies to insight, exactly. I suppose from the console you can type the name unambiguously. And I doubt this change is in 5.0. Tom