Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146299893
D27447.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
859 B
Referenced Files
None
Subscribers
None
D27447.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D27447: crashinfo: Add references to the gdb port/package
Attached
Detach File
Event Timeline
Log In to Comment