Index: en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.xml =================================================================== --- en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.xml (revision 51429) +++ en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.xml (working copy) @@ -169,7 +169,8 @@ 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. + gdb -k to read a core dump file. + The kgdb binary can be found at /usr/libexec/kgdb. Once a dump has been obtained, getting useful information @@ -178,8 +179,10 @@ the crash dump, locate the debug version of your kernel (normally called kernel.debug) and the path to the source files used to build your kernel (normally - /usr/obj/usr/src/sys/KERNCONF, - where KERNCONF + /usr/obj/usr/src/amd64.amd64/sys/KERNCONF, + where amd64.amd64 + is the architecture and + KERNCONF is the ident specified in a kernel &man.config.5;). With those two pieces of info, let the debugging commence!