          MODULE=gdb
         VERSION=17.1
          SOURCE=$MODULE-$VERSION.tar.xz
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=http://planetmirror.com/pub/sourceware/$MODULE/releases
   SOURCE_URL[2]=https://ftp.gnu.org/gnu/$MODULE
   SOURCE_URL[3]=http://www.gnu.org/software/$MODULE
      SOURCE_VFY=sha256:14996f5f74c9f68f5a543fdc45bca7800207f91f92aeea6c2e791822c7c6d876
        WEB_SITE=http://www.gnu.org/software/gdb
         ENTERED=20011023
         UPDATED=20251220
           PSAFE=no
           SHORT="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
