          MODULE=gdb
         VERSION=5.2.1
        #VERSION=5.2
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
   SOURCE_URL[1]=http://planetmirror.com/pub/sourceware/gdb/releases/$SOURCE
   SOURCE_URL[2]=ftp://ftp.gnu.org/gnu/gdb/$SOURCE
   SOURCE_URL[3]=ftp://sourceware.cygnus.com/pub/gdb/releases/$SOURCE
        WEB_SITE=http://sourceware.cygnus.com/gdb
         ENTERED=20011023
         UPDATED=20020804
           SHORT="gdb is the GNU Debugger used for debugging"
cat << EOF
The GNU Debugger (GDB) is a source-level debugger for C, C++, Java,
Modula-2, and several other languages. It runs on GNU/Linux, the
BSD's, and almost every major proprietary OS. GDB can debug programs
running on the same machine as itself, or it can communicate over a
network or serial line with a debugging stub on another machine;
thus, it can be used for embedded and kernel debugging.
EOF
