Index: index.html =================================================================== RCS file: /cvs/gdb/htdocs/index.html,v retrieving revision 1.173 diff -u -p -r1.173 index.html --- index.html 18 Dec 2006 10:36:45 -0000 1.173 +++ index.html 20 Dec 2006 05:14:10 -0000 @@ -79,9 +79,9 @@ href="../gdb/download/ANNOUNCEMENT">ANNO including changes in this release.

An errata list (PROBLEMS) and documentation +href="http://sourceware.org/gdb/download/onlinedocs/">documentation are also available.

FSF's Position regarding SCO's attacks on Free Software

@@ -132,7 +132,7 @@ in revers

The GDB 6.6 branch (gdb_6_6-branch) has been created. To check out a copy of the branch use:

-cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co -r gdb_6_6-branch gdb
+cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co -r gdb_6_6-branch gdb
 

@@ -141,7 +141,7 @@ cvs -d :pserver:anoncvs@sources.redhat.c Late breaking information, such as recently added features, can be found in the
NEWS file in the gdb source tree. Old announcements are in the news archive. @@ -185,7 +185,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 2006-12-18.

+

Last modified 2006-12-20.

Index: bugs/index.html =================================================================== RCS file: /cvs/gdb/htdocs/bugs/index.html,v retrieving revision 1.34 diff -u -p -r1.34 index.html --- bugs/index.html 6 Jul 2006 03:18:07 -0000 1.34 +++ bugs/index.html 20 Dec 2006 05:14:11 -0000 @@ -51,7 +51,7 @@ Fish]" /> Please report bugs!

GDB has a Bug +href="http://sourceware.org/cgi-bin/gnatsweb.pl?database=gdb&user=guest&password=guest&cmd=login">Bug Database. It is used to track bugs (Problem Reports or PRs) and enhancements (Change Requests or CRs). In addition to problems encountered when running GDB, bugs include: errors or missing @@ -72,7 +72,7 @@ the best people to find a bug as it pert distribution.

Before submitting a new PR/CR, try browsing +href="http://sourceware.org/cgi-bin/gnatsweb.pl?database=gdb&user=guest&password=guest&cmd=query">browsing the database to see if the problem has already been reported or even fixed.

@@ -204,7 +204,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 2006-07-05.

+

Last modified 2006-12-20.

Index: contribute/index.html =================================================================== RCS file: /cvs/gdb/htdocs/contribute/index.html,v retrieving revision 1.27 diff -u -p -r1.27 index.html --- contribute/index.html 6 Jul 2006 03:18:07 -0000 1.27 +++ contribute/index.html 20 Dec 2006 05:14:13 -0000 @@ -55,14 +55,14 @@ can help!
See the file CONTRIBUTE in the GDB directory for how to submit patches and contribute new files to GDB.
If you are looking for a project, check the TODO file a possible idea (again included in the GDB sources).

@@ -109,7 +109,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 2006-07-05.

+

Last modified 2006-12-20.

Index: current/index.html =================================================================== RCS file: /cvs/gdb/htdocs/current/index.html,v retrieving revision 1.37 diff -u -p -r1.37 index.html --- current/index.html 6 Jul 2006 04:50:28 -0000 1.37 +++ current/index.html 20 Dec 2006 05:14:13 -0000 @@ -68,16 +68,16 @@ Before your first access of the CVS repo Use the command:
-cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src login
+cvs -d :pserver:anoncvs@sourceware.org:/cvs/src login
 {enter "anoncvs" as the password}
 
A weekly snapshot (gdb-weekly-CVS-VERSION.YYYYMMDD.tar.bz2) of the sources checked out using CVS is available for download from the current +href="ftp://sourceware.org/pub/gdb/snapshots/current/"> current snapshot directory. The latest weekly snapshot is also accessible under gdb.tar.bz2. Since the archive is compressed using -bzip2 it is the fastest +bzip2 it is the fastest and most efficient way of obtaining a read-only source tree under CVS.

@@ -98,7 +98,7 @@ Alternativly, you can check out a copy o using the command:

-cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb
+cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co gdb
 
Slow internet connection? Use cvs -z COMPRESSION-LEVEL -d @@ -136,7 +136,7 @@ acc=$1 ; shift cd ${dst} find `basename ${src}` -name 'Root' -print | while read root do - echo ":ext:${acc}@sources.redhat.com:/cvs/src" > $root + echo ":ext:${acc}@sourceware.org:/cvs/src" > $root done @@ -145,7 +145,7 @@ use a command sequence like:
 CVS_RSH=ssh ; export CVS_RSH
-cvs -d :ext:YOURACCOUNT@sources.redhat.com:/cvs/src co gdb
+cvs -d :ext:YOURACCOUNT@sourceware.org:/cvs/src co gdb
 

@@ -153,18 +153,18 @@ cvs -d :ext:YOURACCOUNT@sources.redhat.c

  • FTP:

    A daily snapshot of the current development sources (current +href="ftp://sourceware.org/pub/gdb/snapshots/current/">current subdirectory) and most recent release branch (branch +href="ftp://sourceware.org/pub/gdb/snapshots/branch/">branch subdirectory) are available from:

    -ftp://sources.redhat.com/pub/gdb/snapshots/
    +ftp://sourceware.org/pub/gdb/snapshots/
     
    These snapshots are mirrored so it will +href="http://sourceware.org/mirrors.html">mirrored so it will pay to check for a more local site.

    Differences between daily snapshots are also available. @@ -172,7 +172,7 @@ Differences between daily snapshots are

  • WWW:

    Browse the CVS repository via the web using the CVSweb +href="http://sourceware.org/cgi-bin/cvsweb.cgi/src/?cvsroot=src">CVSweb interface. @@ -189,9 +189,9 @@ The web pages are maintained using CVS.

  • Read-only CVS:
    -cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/gdb login
    +cvs -d :pserver:anoncvs@sourceware.org:/cvs/gdb login
     {enter "anoncvs" as the password}
    -cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/gdb co htdocs
    +cvs -d :pserver:anoncvs@sourceware.org:/cvs/gdb co htdocs
     
  • @@ -199,7 +199,7 @@ cvs -d :pserver:anoncvs@sources.redhat.c
     CVS_RSH=ssh ; export CVS_RSH
    -cvs -d :ext:YOURACCOUNT@sources.redhat.com:/cvs/gdb co htdocs
    +cvs -d :ext:YOURACCOUNT@sourceware.org:/cvs/gdb co htdocs
     
    @@ -216,9 +216,9 @@ source code snapshots. The scripts are should be accessible using:
    -cvs -z9 -d :pserver:anoncvs@sources.redhat.com:/cvs/gdbadmin login
    +cvs -z9 -d :pserver:anoncvs@sourceware.org:/cvs/gdbadmin login
     {enter "anoncvs" as the password}
    -cvs -z9 -d :pserver:anoncvs@sources.redhat.com:/cvs/gdbadmin co .
    +cvs -z9 -d :pserver:anoncvs@sourceware.org:/cvs/gdbadmin co .
     
    Write access to this repository is restricted.

    @@ -263,7 +263,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 2006-07-05.

    +

    Last modified 2006-12-20.

    Index: documentation/index.html =================================================================== RCS file: /cvs/gdb/htdocs/documentation/index.html,v retrieving revision 1.41 diff -u -p -r1.41 index.html --- documentation/index.html 6 Jul 2006 03:18:07 -0000 1.41 +++ documentation/index.html 20 Dec 2006 05:14:13 -0000 @@ -63,9 +63,9 @@ sources are available online:
    GDB +href="http://sourceware.org/gdb/current/onlinedocs/gdb_toc.html">GDB User Manual (gziped +href="http://sourceware.org/gdb/current/onlinedocs/gdb.pdf.gz">gziped PDF)
    Describes how to use GDB.
    Translations are also available: @@ -83,9 +83,9 @@ Sivachenko.
    GDB +href="http://sourceware.org/gdb/current/onlinedocs/gdbint_toc.html">GDB Internals Manual (gziped +href="http://sourceware.org/gdb/current/onlinedocs/gdbint.pdf.gz">gziped PDF)
    Technical details of the internals of GDB.
    @@ -93,13 +93,13 @@ PDF)
    The documentation is also available for download +href="http://sourceware.org/gdb/current/onlinedocs/">download in a number of different formats including (HTML, DVI, PS and PDF).

    Versions of the documentation generated from the last release +href="http://sourceware.org/gdb/download/onlinedocs/">release and most recent branch +href="http://sourceware.org/gdb/onlinedocs/">branch are also available.

    Reference Material

    @@ -116,22 +116,22 @@ href="http://www.fsf.org/prep/maintain_t Maintainers of GNU Software.
  • Stabs +href="http://sourceware.org/gdb/current/onlinedocs/stabs_toc.html">Stabs debug format documentation
  • -
  • The libGDB +
  • The libGDB architecture, Andrew Cagney -
  • Notes +
  • Notes on multi-arch work -
  • Linux +
  • Linux materials -
  • Unwinding the stack
  • -
  • The +
  • The Heisenberg Debugging Technology - the Introspect feature of GDB allows users to record and play back debugging sessions on a remote embedded system.
  • @@ -232,7 +232,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 2006-07-05.

    +

    Last modified 2006-12-20.

    Index: download/index.html =================================================================== RCS file: /cvs/gdb/htdocs/download/index.html,v retrieving revision 1.43 diff -u -p -r1.43 index.html --- download/index.html 18 Dec 2006 10:36:45 -0000 1.43 +++ download/index.html 20 Dec 2006 05:14:15 -0000 @@ -55,7 +55,7 @@ Project GNU's FTP server, or Red Hat's s
     http://ftp.gnu.org/gnu/gdb (mirrors)
    -ftp://sources.redhat.com/pub/gdb/releases/ (mirrors).
    +ftp://sourceware.org/pub/gdb/releases/ (mirrors).
     
    Sources to the current development version are also available using @@ -67,7 +67,7 @@ We've got GDB releases going back to the They're all on-line in the GDB ftp directory in:
    -ftp://sources.redhat.com/pub/gdb/old-releases/ (mirrors).
    +ftp://sourceware.org/pub/gdb/old-releases/ (mirrors).
     
    Be warned that few of these are likely to work on any modern @@ -115,7 +115,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 2006-12-18.

    +

    Last modified 2006-12-20.

    Index: links/index.html =================================================================== RCS file: /cvs/gdb/htdocs/links/index.html,v retrieving revision 1.37 diff -u -p -r1.37 index.html --- links/index.html 6 Jul 2006 03:18:07 -0000 1.37 +++ links/index.html 20 Dec 2006 05:14:15 -0000 @@ -57,7 +57,7 @@ the following are a sample: