[gvd-devel] Sparc64/Linux support and man page
Samuel Tardieu
Samuel Tardieu <sam@debian.org>
14 Jun 2001 16:15:15 +0200
--=-=-=
Dear GVD developers,
here is a patch that I use for making the Debian GVD package that adds
support for sparc64/Linux. Also, it looks like your config.guess may
be obsolete, as it reports the configuration as sparc64-pc-linux-gnu
(the "pc" part is plain wrong, and should be "unknown" instead).
You can get the latest version of config.* files from:
http://subversions.gnu.org/cgi-bin/cvsweb/config/
Also, I wrote a short man page inspired by the usage strings.
Sam
--
Samuel Tardieu -- sam@debian.org
--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=PATCH.GVD
Content-Description: Patch for GVD Sparc64/Linux support
--- gvd-1.2.0.orig/configure.in
+++ gvd-1.2.0/configure.in
@@ -85,7 +85,7 @@
## Suns
*-auspex-sunos* | *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \
| i[[3456]]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \
- | rs6000-*-solaris2*)
+ | rs6000-*-solaris2* | sparc*-linux*-gnu )
case "${host}" in
m68*-sunos1* ) machine=sun1 ;;
m68*-sunos2* ) machine=sun2 ;;
@@ -122,6 +122,9 @@
*-sunos5* | *-solaris* )
opsys=sol2-5
;;
+ *-linux-gnu* )
+ opsys=gnu-linux
+ ;;
*) opsys=bsd4-2 ;;
esac;;
--=-=-=
Content-Type: text/nroff
Content-Disposition: attachment; filename=gvd.1
Content-Description: GVD man page
.TH GVD 1 "14 June 2001" "GNU Debian/Linux" "GNU Visual Debugger"
.SH NAME
gvd - GNU Visual Debugger
.SH SYNOPSIS
.B gvd
[options] executable-file [\-\-dargs [debugger options]] [\-\-pargs [program options]]
.SH DESCRIPTION
.PP
\fIgvd\fP is an extensible graphical debugger. It uses \fIgdb\fP or another
debugger as the underlying debugger, and can be used to debug remote or
embedded systems as well as native programs.