From 6ebe64eb085fbf1ff99d3dfac45c7150181d6244 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 13 Jul 2006 12:38:29 +0000 Subject: [PATCH] For crash dump debugging, we use kgdb. --- share/man/man8/crash.8 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index a482fd9f40..a823b98a21 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man8/crash.8,v 1.9.2.5 2002/03/19 01:57:27 dd Exp $ -.\" $DragonFly: src/share/man/man8/crash.8,v 1.4 2005/12/10 00:22:29 swildner Exp $ +.\" $DragonFly: src/share/man/man8/crash.8,v 1.5 2006/07/13 12:38:29 swildner Exp $ .\" .Dd February 2, 1996 .Dt CRASH 8 @@ -196,10 +196,8 @@ system in a specified directory for later perusal. See for details. .Pp To analyze a dump you should begin by running -.Xr gdb 1 -with the -.Fl k -flag on the system load image and core dump. +.Xr kgdb 1 +on the system load image and core dump. If the core image is the result of a panic, the panic message is printed. For more details consult the chapter on kernel debugging in @@ -208,7 +206,7 @@ the Developers' Handbook .Pq Pa http://www.FreeBSD.org/ . .Sh SEE ALSO -.Xr gdb 1 , +.Xr kgdb 1 , .Xr dumpon 8 , .Xr reboot 8 , .Xr savecore 8 -- 2.41.0