summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2017-07-09 04:13:33 +0000
committerjhb <jhb@FreeBSD.org>2017-07-09 04:13:33 +0000
commit9c5b0b94259e6e1d3665aaad3e601c2e10f0745e (patch)
tree9e3d6e9093a6734b9d63c3a04d22a3d2bb0a2b9a /gnu
parent844c7c2b9a5604395922e6019937cacba4d09db8 (diff)
downloadFreeBSD-src-9c5b0b94259e6e1d3665aaad3e601c2e10f0745e.zip
FreeBSD-src-9c5b0b94259e6e1d3665aaad3e601c2e10f0745e.tar.gz
MFC 320675: Add deprecation notices for gdb and kgdb.
Even though gdb and kgdb may not be removed for 12.0 on some architectures, the notice is unconditional as these tools will likely be removed at some point in the future when adequate replacements are available (gdb in ports or lldb in base).
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/gdb/gdb.15
-rw-r--r--gnu/usr.bin/gdb/kgdb/kgdb.112
2 files changed, 16 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/gdb/gdb.1 b/gnu/usr.bin/gdb/gdb/gdb.1
index ee84659..635e5c3 100644
--- a/gnu/usr.bin/gdb/gdb/gdb.1
+++ b/gnu/usr.bin/gdb/gdb/gdb.1
@@ -44,6 +44,11 @@ gdb \- The GNU Debugger
.IR core \||\| procID\c
\&\|]\&\|]
.ad b
+.SH DEPRECATION NOTICE
+This version of gdb is deprecated and will be removed from future versions
+of the FreeBSD base system.
+A newer version of gdb is available from ports or packages
+(devel/gdb).
.SH DESCRIPTION
The purpose of a debugger such as GDB is to allow you to see what is
going on ``inside'' another program while it executes\(em\&or what another
diff --git a/gnu/usr.bin/gdb/kgdb/kgdb.1 b/gnu/usr.bin/gdb/kgdb/kgdb.1
index 58d0786..8ebfbf5 100644
--- a/gnu/usr.bin/gdb/kgdb/kgdb.1
+++ b/gnu/usr.bin/gdb/kgdb/kgdb.1
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 11, 2006
+.Dd July 5, 2017
.Dt KGDB 1
.Os
.Sh NAME
@@ -40,6 +40,16 @@
.Op Fl d Ar crashdir
.Op Fl c Ar core | Fl n Ar dumpnr | Fl r Ar device
.Op Ar kernel Op Ar core
+.Sh DEPRECATION NOTICE
+This version of
+.Nm
+is deprecated and will be removed from future versions of the
+.Fx
+base system.
+A newer version of
+.Nm
+is available from ports or packages
+(devel/gdb).
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud