Page MenuHomeFreeBSD

D27447.diff
No OneTemporary

D27447.diff

Index: head/usr.sbin/crashinfo/crashinfo.8
===================================================================
--- head/usr.sbin/crashinfo/crashinfo.8
+++ head/usr.sbin/crashinfo/crashinfo.8
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 19, 2017
+.Dd December 2, 2020
.Dt CRASHINFO 8
.Os
.Sh NAME
@@ -85,6 +85,7 @@
.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
Index: head/usr.sbin/crashinfo/crashinfo.sh
===================================================================
--- head/usr.sbin/crashinfo/crashinfo.sh
+++ head/usr.sbin/crashinfo/crashinfo.sh
@@ -177,6 +177,7 @@
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

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 2, 1:14 PM (5 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29137959
Default Alt Text
D27447.diff (859 B)

Event Timeline