Add a note about what versions of FreeBSD use kgdb and what versions do not.

Suggested by:	simon
This commit is contained in:
Tom Rhodes 2005-03-01 07:00:29 +00:00
parent 183e91c143
commit 991f86250f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23952

View file

@ -146,6 +146,12 @@
<sect1 id="kerneldebug-gdb">
<title>Debugging a Kernel Crash Dump with <command>kgdb</command></title>
<note>
<para>This section covers &man.kgdb.1; as found in &os;&nbsp;5.3
and later. In previous versions, one must use
<command>gdb -k</command> to read a core dump file.</para>
</note>
<para>Once a dump has been obtained, getting useful information
out of the dump is relatively easy for simple problems. Before
launching into the internals of &man.kgdb.1; to debug