From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15459 invoked by alias); 24 Jun 2006 07:51:49 -0000 Received: (qmail 15450 invoked by uid 22791); 24 Jun 2006 07:51:49 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 24 Jun 2006 07:51:46 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id AEAEB48CEA4; Sat, 24 Jun 2006 03:51:44 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07548-02-3; Sat, 24 Jun 2006 03:51:44 -0400 (EDT) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id 3062448CEA2; Sat, 24 Jun 2006 03:51:44 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 3C09247E7F; Sat, 24 Jun 2006 00:51:43 -0700 (PDT) Date: Sat, 24 Jun 2006 11:19:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb@sources.redhat.com Subject: Re: Should "dir" override the full path encoded in debug info? Message-ID: <20060624075143.GF22750@adacore.com> References: <20060623201019.GX22750@adacore.com> <20060624065920.GB22750@adacore.com> <20060624071058.GD22750@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00209.txt.bz2 > Then I think this is by design: GDB gives preference to existing files > in the default places. That's fine. But then how do you explain that when you compile differently GDB now finds the files in the new location, despite the fact that the files in the original location are still present (and the debugging info contains the path to the original files)? Isn't that inconsistent? -- Joel