From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4135 invoked by alias); 30 Mar 2009 16:56:43 -0000 Received: (qmail 4117 invoked by uid 22791); 30 Mar 2009 16:56:41 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Mar 2009 16:56:36 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 81C0B2BC62A; Mon, 30 Mar 2009 12:56:34 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qUu5PHLUh+33; Mon, 30 Mar 2009 12:56:34 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 43E5C2BC629; Mon, 30 Mar 2009 12:56:34 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 1874DF5899; Mon, 30 Mar 2009 09:56:29 -0700 (PDT) Date: Mon, 30 Mar 2009 17:02:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [www/RFA] Remove references to libgdb in GDB's web pages Message-ID: <20090330165629.GA9472@adacore.com> References: <20090326220644.GC11916@adacore.com> <200903271412.49317.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="HBg0C3yr6HVa1ZCc" Content-Disposition: inline In-Reply-To: <200903271412.49317.pedro@codesourcery.com> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00677.txt.bz2 --HBg0C3yr6HVa1ZCc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 631 > Can't we instead remove "current" from the link, and say somewhere that > this is not the path that GDB is now following? Perhaps a short sensence > below the link? Here is a new version of the patch. Does this look better? Not being around when libgdb was being discussed, I hope that the note that I wrote about it is accurate. Please let me know if not. * documentation/index.html: Remove link to the libgdb documentation. * papers/index.hmtl: Show the second libgdb paper as deprecated. * papers/libgdb2/index.html: Add a note saying that this project has been abandoned. Thanks, -- Joel --HBg0C3yr6HVa1ZCc Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="libgdb-doc.diff" Content-length: 2822 Index: documentation/index.html =================================================================== RCS file: /cvs/gdb/htdocs/documentation/index.html,v retrieving revision 1.45 diff -u -p -r1.45 index.html --- documentation/index.html 26 Mar 2009 16:33:35 -0000 1.45 +++ documentation/index.html 30 Mar 2009 16:53:00 -0000 @@ -120,9 +120,6 @@ Maintainers of GNU Software. href="http://sourceware.org/gdb/current/onlinedocs/stabs_toc.html">Stabs debug format documentation -
  • The libGDB -architecture, Andrew Cagney -
  • Notes on multi-arch work @@ -234,7 +231,7 @@ Floor, Boston, MA 02110-1301 USA.

    Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

    -

    Last modified 2009-03-26.

    +

    Last modified 2009-03-30.

    Index: papers/index.html =================================================================== RCS file: /cvs/gdb/htdocs/papers/index.html,v retrieving revision 1.35 diff -u -p -r1.35 index.html --- papers/index.html 7 Aug 2007 23:48:49 -0000 1.35 +++ papers/index.html 30 Mar 2009 16:53:00 -0000 @@ -51,7 +51,7 @@ Fish]" /> @@ -97,7 +97,7 @@ Floor, Boston, MA 02110-1301 USA.

    Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

    -

    Last modified 2007-07-31.

    +

    Last modified 2009-03-30.

    Index: papers/libgdb2/index.html =================================================================== RCS file: /cvs/gdb/htdocs/papers/libgdb2/index.html,v retrieving revision 1.3 diff -u -p -r1.3 index.html --- papers/libgdb2/index.html 19 Sep 2002 19:42:18 -0000 1.3 +++ papers/libgdb2/index.html 30 Mar 2009 16:53:00 -0000 @@ -3,7 +3,17 @@ libGDB + libGDB document +

    +Note that this project has been abandoned many years ago (as of +2009-03-30) in favor of other solutions. For instance, interfacing +with the debugger has been simplified through the introduction of +GDB/MI. More recently, Python support is being actively added to +extend the range of features accessible through GDB (see +PythonGdb +for more info). +