From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26668 invoked by alias); 21 Sep 2004 14:22:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26653 invoked from network); 21 Sep 2004 14:22:26 -0000 Received: from unknown (HELO d9000.firstnet.net.uk) (212.103.224.244) by sourceware.org with SMTP; 21 Sep 2004 14:22:26 -0000 Received: (qmail 13903 invoked by uid 105); 21 Sep 2004 14:21:51 -0000 Received: from unknown (HELO localhost.localdomain) (212.103.239.121) by d9000.first with SMTP; 21 Sep 2004 14:21:51 -0000 Received: from [192.168.1.66] (elmo.priv.wark.uk.streamline-computing.com [192.168.1.66]) by localhost.localdomain (8.12.8/8.12.8) with ESMTP id i8LEMGXY018532; Tue, 21 Sep 2004 15:22:16 +0100 Subject: Re: [commit] Use full paths for "info sources" From: David Lecomber To: patches , dan@debian.org Content-Type: text/plain Message-Id: <1095776238.14044.8.camel@elmo.priv.wark.uk.streamline-computing.com> Mime-Version: 1.0 Date: Tue, 21 Sep 2004 14:22:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00339.txt.bz2 Alas this fix doesn't seem to fix it for me.. [david@delmo FOO]$ ls a.out foo [david@delmo FOO]$ ~/bin/gdb a.out GNU gdb 20040920 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) info sources Source files for which symbols have been read in: Source files for which symbols will be read in on demand: main.c, /home/david/FOO/foo/main.c (gdb) in contrast, GNU gdb Red Hat Linux (6.0post-0.20040223.19rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) info sources Source files for which symbols have been read in: Source files for which symbols will be read in on demand: foo/main.c (gdb) Cheers d.