diff --git a/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml index 80895d7fb2..4ca9e2c368 100644 --- a/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml +++ b/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml @@ -146,6 +146,12 @@ Debugging a Kernel Crash Dump with <command>kgdb</command> + + This section covers &man.kgdb.1; as found in &os; 5.3 + and later. In previous versions, one must use + gdb -k to read a core dump file. + + 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