a37f97161c
dump or minidump). When the script is run, it generates a text file containing the output of several commands run againt the core dump such as kgdb (stack trace), ps, netstat, vmstat, iostat, dmesg, and fstat. Obtained from: Yahoo! MFC after: 2 weeks
7 lines
76 B
Makefile
7 lines
76 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= crashinfo.sh
|
|
MAN= crashinfo.8
|
|
|
|
.include <bsd.prog.mk>
|