Add a note about what versions of FreeBSD use kgdb and what versions do not.
Suggested by: simon
This commit is contained in:
parent
183e91c143
commit
991f86250f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23952
1 changed files with 6 additions and 0 deletions
|
@ -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; 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
|
||||
|
|
Loading…
Reference in a new issue