crashinfo: Add references to the gdb port/package

We intend to remove the obsolete GDB 6.1.1 from FreeBSD before FreeBSD 13.

Reviewed by	jhb
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D27447
This commit is contained in:
Ed Maste 2020-12-02 19:58:50 +00:00
parent a3cd24398a
commit 55e6cbc4d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368282
2 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 19, 2017
.Dd December 2, 2020
.Dt CRASHINFO 8
.Os
.Sh NAME
@ -85,6 +85,7 @@ it uses several utilities to analyze the core including
.Xr pstat 8 ,
and
.Xr vmstat 8 .
Note that kgdb must be installed from the devel/gdb port or gdb package.
.Pp
The options are as follows:
.Bl -tag -width indent

View File

@ -177,6 +177,7 @@ fi
find_gdb
if [ -z "$GDB" ]; then
echo "Unable to find a kernel debugger."
echo "Please install the devel/gdb port or gdb package."
exit 1
fi