strip -d kernel

This commit is contained in:
Adam David 1996-03-14 02:52:06 +00:00
parent 06708c2dcb
commit b3812be09e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=273

View file

@ -1,4 +1,4 @@
<!-- $Id: kerneldebug.sgml,v 1.8 1996-01-31 19:02:59 mpp Exp $ --> <!-- $Id: kerneldebug.sgml,v 1.9 1996-03-14 02:52:06 adam Exp $ -->
<!-- The FreeBSD Documentation Project --> <!-- The FreeBSD Documentation Project -->
<chapt><heading>Kernel Debugging<label id="kerneldebug"></heading> <chapt><heading>Kernel Debugging<label id="kerneldebug"></heading>
@ -36,7 +36,7 @@
done by default, however.</em> done by default, however.</em>
When the kernel has been built make a copy of it, say When the kernel has been built make a copy of it, say
<tt>kernel.debug</tt>, and then run <tt>strip -x</tt> on the <tt>kernel.debug</tt>, and then run <tt>strip -d</tt> on the
original. Install the original as normal. You may also install original. Install the original as normal. You may also install
the unstripped kernel, but symbol table lookup time for some the unstripped kernel, but symbol table lookup time for some
programs will drastically increase, and since programs will drastically increase, and since