This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [www/RFA] Remove references to libgdb in GDB's web pages


> 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
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</a>.</li>
 href="http://sourceware.org/gdb/current/onlinedocs/stabs_toc.html";>Stabs
 debug format documentation</a></li>
 
-<li><a href="http://sourceware.org/gdb/papers/libgdb2/";>The libGDB
-architecture</a>, Andrew Cagney
-
 <li><a href="http://sourceware.org/gdb/papers/multi-arch/"; >Notes
 on multi-arch work</a>
 
@@ -234,7 +231,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2009-03-26.</p>
+<p>Last modified 2009-03-30.</p>
 </address>
 
 </body>
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]" /></a>
 
 <ul>
 <li> <a href="libgdb">The original libgdb v0.3 paper (deprecated)</a>
-<li> <a href="libgdb2">The current libgdb project</a>
+<li> <a href="libgdb2">The libgdb project (deprecated)</a>
 <li> <a href="multi-arch">Documents and papers on multi-arch</a>
 <li> <a href="linux">Notes on SSE registers for LINUX</a>
 </ul>
@@ -97,7 +97,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2007-07-31.</p>
+<p>Last modified 2009-03-30.</p>
 </address>
 
 </body>
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 @@
 <title>libGDB</title>
 </head>
 <body>
+
 libGDB document
+<p>
+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
+<A HREF="http://sourceware.org/gdb/wiki/PythonGdb";>PythonGdb</A>
+for more info).
+
 <ul>
 <li> <a href=libgdb_toc.html>Multi-page HTML</a>
 <li> <a href=libgdb.html>Single-page HTML</a>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]