From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23303 invoked by alias); 17 Jul 2006 09:19:41 -0000 Received: (qmail 23287 invoked by uid 22791); 17 Jul 2006 09:19:41 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-04.spheriq.net (HELO fra-del-04.spheriq.net) (195.46.51.100) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Jul 2006 09:19:39 +0000 Received: from fra-out-02.spheriq.net (fra-out-02.spheriq.net [195.46.51.130]) by fra-del-04.spheriq.net with ESMTP id k6H9JKBS029157 for ; Mon, 17 Jul 2006 09:19:20 GMT Received: from fra-cus-01.spheriq.net (fra-cus-01.spheriq.net [195.46.51.37]) by fra-out-02.spheriq.net with ESMTP id k6H9J6JE024977 for ; Mon, 17 Jul 2006 09:19:17 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 k6H9J2tD012570 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 17 Jul 2006 09:19:05 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 A5E7EDA4A; Mon, 17 Jul 2006 09:19:00 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 995F847498; Mon, 17 Jul 2006 09:18:58 +0000 (GMT) Received: from [164.129.15.13] (bri1043.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHV19715 (AUTH stubbsa); Mon, 17 Jul 2006 10:18:51 +0100 (BST) Message-ID: <44BB55FC.2050304@st.com> Date: Mon, 17 Jul 2006 09:19:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] set/unset/show substitute-path commands (take 2) References: <20060715054902.GD1393@adacore.com> In-Reply-To: <20060715054902.GD1393@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2006-07/txt/msg00196.txt.bz2 Joel Brobecker wrote: > I have added a first attempt at making a test. It only tests the > manipulation of the list of substitution rules, but not the applying > of them while debugging a program, because I am not sure how to do > that without resorting to shell commands such as mkdir et al. It's > still better than nothing, though. How about two sets of sources with the same names, but different content. That way you can confirm that the alternate file is being read. Andrew