From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26780 invoked by alias); 8 Aug 2006 22:41:28 -0000 Received: (qmail 26771 invoked by uid 22791); 8 Aug 2006 22:41:27 -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; Tue, 08 Aug 2006 22:41:22 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 55F2A48CC5E for ; Tue, 8 Aug 2006 18:41:20 -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 17637-01-3 for ; Tue, 8 Aug 2006 18:41:20 -0400 (EDT) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 087EB48CBE8 for ; Tue, 8 Aug 2006 18:41:20 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 218C747EFA; Tue, 8 Aug 2006 15:41:19 -0700 (PDT) Date: Tue, 08 Aug 2006 22:41:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA/NEWS] document addition of set/show/unset substitute-path Message-ID: <20060808224119.GE19846@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline 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-08/txt/msg00066.txt.bz2 --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 302 Hello, What do you guys think of the following patch. I tried to keep things relatively short and succint. Does it need to be expanded a bit or is it clear enough? 2006-08-08 Joel Brobecker * NEWS: Add entry for new substitute-path commands. OK? Thanks, -- Joel --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="NEWS.diff" Content-length: 807 Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.194 diff -u -p -r1.194 NEWS --- NEWS 8 Aug 2006 15:48:07 -0000 1.194 +++ NEWS 8 Aug 2006 22:30:15 -0000 @@ -11,6 +11,16 @@ running on a Windows system over TCP/IP Cygwin debugging. Both single-threaded and multi-threaded programs are supported. +* New commands + +set substitute-path +unset substitute-path +show substitute-path + Manage a list of substitution rules that GDB uses to rewrite the name + of the directories where the sources are located. This can be useful + for instance when the sources were moved to a different location + between compilation and debugging. + * REMOVED features The ARM Demon monitor support (RDP protocol, "target rdp"). --bp/iNruPH9dso1Pn--