From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3917 invoked by alias); 28 Nov 2005 13:01:50 -0000 Received: (qmail 3910 invoked by uid 22791); 28 Nov 2005 13:01:49 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-01.spheriq.net (HELO fra-del-01.spheriq.net) (195.46.51.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 Nov 2005 13:01:44 +0000 Received: from fra-out-01.spheriq.net (fra-out-01.spheriq.net [195.46.51.129]) by fra-del-01.spheriq.net with ESMTP id jASD1Y1O005537 for ; Mon, 28 Nov 2005 13:01:34 GMT Received: from fra-cus-01.spheriq.net (fra-cus-01.spheriq.net [195.46.51.37]) by fra-out-01.spheriq.net with ESMTP id jASD1VmF017024 for ; Mon, 28 Nov 2005 13:01:33 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-01.spheriq.net with ESMTP id jASD1TqU015948 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 28 Nov 2005 13:01:31 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id DB6F5DA41; Mon, 28 Nov 2005 13:01:22 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id B026E47430; Mon, 28 Nov 2005 13:04:26 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 6A843759AE; Mon, 28 Nov 2005 13:04:26 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id BC09D4742A; Mon, 28 Nov 2005 13:04:25 +0000 (GMT) Received: from [164.129.15.13] (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHA18648 (AUTH "andrew stubbs"); Mon, 28 Nov 2005 13:01:20 GMT Message-ID: <438AFF20.7020107@st.com> Date: Mon, 28 Nov 2005 19:34:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Use search path for scripts References: <437B6718.7070300@st.com> <437C6D69.1030209@st.com> <437DC94B.7060601@st.com> <437DE8F9.9030606@st.com> <20051125175735.GB736@nevyn.them.org> <438752FE.9070302@st.com> <20051125181735.GF736@nevyn.them.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.2.0 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00486.txt.bz2 Eli Zaretskii wrote: >>Date: Fri, 25 Nov 2005 13:17:35 -0500 >>From: Daniel Jacobowitz >>Cc: Eli Zaretskii , gdb-patches@sources.redhat.com >> >>Most users don't ever have to add a source path. If you're using a >>modern compiler, and debugging something built locally, and not using >>certain kinds of include path constructs (which is unambiguously an >>open, and recently discussed, bug in GDB) then GDB will Just Find >>Things. > > > Would it be reasonable to make GDB look for scripts in the source file > directories recorded in the debug info? Assuming you accept the > argument that scripts are usually in the source tree, that sounds > plausible, no? > The scripts I am interested in finding are *not* in the source tree. They are in a 'manually added' directory added from the command line with the -d switch. Andrew