Correct path to kernel.debug.

Submitted by:	yunweb@yunweb.homeunix.org
This commit is contained in:
Simon L. B. Nielsen 2005-05-01 08:23:12 +00:00
parent ec9a6c6159
commit 1caa123f8e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24412

View file

@ -168,7 +168,7 @@
from the dump, the following steps are required at a minimum:</para>
<screen>&prompt.root; <userinput>cd /usr/obj/usr/src/sys/<replaceable>KERNCONF</replaceable></userinput>
&prompt.root; <userinput>kgdb /boot/kernel/kernel.debug /var/crash/vmcore.0</userinput></screen>
&prompt.root; <userinput>kgdb kernel.debug /var/crash/vmcore.0</userinput></screen>
<para>You can debug the crash dump using the kernel sources just like
you can for any other program.</para>