diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-17 13:10:14 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-17 13:10:14 +0100 |
commit | 50edfaff1fe9d3309b34358ec0c62d3c3354bc75 (patch) | |
tree | e63877d7d3517c42798574f935f49d07446ae749 /faq/debugging_inside_glibc.mdwn | |
parent | f01951760af1170e23fbb94146caabe629384465 (diff) | |
download | web-50edfaff1fe9d3309b34358ec0c62d3c3354bc75.tar.gz web-50edfaff1fe9d3309b34358ec0c62d3c3354bc75.tar.bz2 web-50edfaff1fe9d3309b34358ec0c62d3c3354bc75.zip |
small fixes: titles, details
Diffstat (limited to 'faq/debugging_inside_glibc.mdwn')
-rw-r--r-- | faq/debugging_inside_glibc.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/faq/debugging_inside_glibc.mdwn b/faq/debugging_inside_glibc.mdwn index 91b71d64..6f2d4ee3 100644 --- a/faq/debugging_inside_glibc.mdwn +++ b/faq/debugging_inside_glibc.mdwn @@ -9,7 +9,7 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] -To get [[debugging]] information for glibc, you need to install the +In Debian, to get [[debugging]] information for glibc, you need to install the `libc0.3-dbg` package. At the place [[debugging/GDB]] looks for debugging symbols by default (`/usr/lib/debug/lib/`), Debian's `libc0.3-dbg` stores only the frame unwind information used for backtracing. If you want to step into |