diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 12:58:23 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 12:58:23 +0000 |
commit | 3c928f1c576bdc82b3dab964a575ba5bd56b15bf (patch) | |
tree | 433ea1f68a3f6ee78feba4a3ff73cd754f5fba47 /chapter06/aboutdebug.xml | |
parent | 7db6ac519b0b42317dd9f0c4e163ba200dfd35ee (diff) |
Added a separate file for the strippingagain section.
Tags correcitions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/aboutdebug.xml')
-rw-r--r-- | chapter06/aboutdebug.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index 32798c78b..4939bb704 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -8,7 +8,7 @@ <?dbhtml filename="aboutdebug.html"?> <para>Most programs and libraries are, by default, compiled with debugging -symbols included (with <command>gcc</command>'s <emphasis>-g</emphasis> +symbols included (with <command>gcc</command>'s <parameter>-g</parameter> option). This means that, when debugging a program or library that was compiled with debugging information included, the debugger can give you not only memory addresses but also the names of the routines and variables.</para> @@ -25,7 +25,8 @@ with debugging symbols: 1200 KB</para></listitem> <listitem><para>a bash binary without debugging symbols: 480 KB</para></listitem> -<listitem><para>Glibc and GCC files (/lib and /usr/lib) +<listitem><para>Glibc and GCC files (<filename class="directory">/lib</filename> +and <filename class="directory">/usr/lib</filename>) with debugging symbols: 87 MB</para></listitem> <listitem><para>Glibc and GCC files |