Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2020 19:58:50 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368282 - head/usr.sbin/crashinfo
Message-ID:  <202012021958.0B2JwoZx015695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Wed Dec  2 19:58:50 2020
New Revision: 368282
URL: https://svnweb.freebsd.org/changeset/base/368282

Log:
  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

Modified:
  head/usr.sbin/crashinfo/crashinfo.8
  head/usr.sbin/crashinfo/crashinfo.sh

Modified: head/usr.sbin/crashinfo/crashinfo.8
==============================================================================
--- head/usr.sbin/crashinfo/crashinfo.8	Wed Dec  2 17:37:32 2020	(r368281)
+++ head/usr.sbin/crashinfo/crashinfo.8	Wed Dec  2 19:58:50 2020	(r368282)
@@ -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 includin
 .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

Modified: head/usr.sbin/crashinfo/crashinfo.sh
==============================================================================
--- head/usr.sbin/crashinfo/crashinfo.sh	Wed Dec  2 17:37:32 2020	(r368281)
+++ head/usr.sbin/crashinfo/crashinfo.sh	Wed Dec  2 19:58:50 2020	(r368282)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012021958.0B2JwoZx015695>