From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31918 invoked by alias); 12 Jul 2006 03:47:37 -0000 Received: (qmail 31909 invoked by uid 22791); 12 Jul 2006 03:47:36 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 12 Jul 2006 03:47:34 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G0VhD-0001sT-J1; Tue, 11 Jul 2006 23:47:31 -0400 Date: Wed, 12 Jul 2006 03:47:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: Joel Brobecker , gdb-patches@sources.redhat.com Subject: Re: [RFA] New substitute-path commands Message-ID: <20060712034731.GA7182@nevyn.them.org> Mail-Followup-To: Eli Zaretskii , Joel Brobecker , gdb-patches@sources.redhat.com References: <20060705215606.GF3580@adacore.com> <20060705230129.GA1145@nevyn.them.org> <20060706044733.GC673@adacore.com> <1152198199.6282.63.camel@dufur.beaverton.ibm.com> <20060706162952.GB24631@nevyn.them.org> <20060707052219.GA971@adacore.com> <20060711124739.GA18324@nevyn.them.org> <20060711222524.GC1262@adacore.com> <20060711225019.GB1686@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 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/msg00106.txt.bz2 On Wed, Jul 12, 2006 at 06:22:40AM +0300, Eli Zaretskii wrote: > > Date: Tue, 11 Jul 2006 18:50:19 -0400 > > From: Daniel Jacobowitz > > Cc: gdb-patches@sources.redhat.com > > > > The other question is what to do with "C:" on cygwin/mingw32. > > If you mean the case that the sources are moved from C:/foo to D:/foo, > then it should be handled, I think. Oh, OK. Then we can do this the easy way and not worry specially about drive prefixes, and use IS_ABSOLUTE_PATH. -- Daniel Jacobowitz CodeSourcery