From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26256 invoked by alias); 10 Jul 2006 05:40:36 -0000 Received: (qmail 26166 invoked by uid 22791); 10 Jul 2006 05:40:35 -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; Mon, 10 Jul 2006 05:40:31 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 5602C48CE90; Mon, 10 Jul 2006 01:40:29 -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 10859-02-8; Mon, 10 Jul 2006 01:40:29 -0400 (EDT) Received: from takamaka.act-europe.fr (S0106000625ac85e1.vs.shawcable.net [70.71.27.110]) by nile.gnat.com (Postfix) with ESMTP id AC4DA48CDF3; Mon, 10 Jul 2006 01:40:28 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id D072147EFA; Sun, 9 Jul 2006 22:40:27 -0700 (PDT) Date: Mon, 10 Jul 2006 05:40:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] New substitute-path commands Message-ID: <20060710054027.GF971@adacore.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> <20060707191203.GD971@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="fOHHtNG4YXGJ0yqR" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i 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/msg00076.txt.bz2 --fOHHtNG4YXGJ0yqR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 1538 Hi Eli, I incorporated all your comments in the this new version. > > +directory between compilation and debugging. @value{GDBN} does a simple > > +string replacement of the first occurrence of @var{from} with @var{to} > > +in the directory part of the source file name, and uses the result > > +instead of the original file name to look up the sources. > > I suggested to have this text after the command description. In that > context, @var{from} and @var{to} refer to the command's arguments. > But you moved the description higher in the text, which made those > reference dangling. So this needs to be reworded in some way. You're right. It didn't work that way at all. You'll see my attempt at fixing it in this version of the patch. 2006-07-07 Joel Brobecker