summaryrefslogtreecommitdiff
path: root/faq/debugging_inside_glibc.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'faq/debugging_inside_glibc.mdwn')
-rw-r--r--faq/debugging_inside_glibc.mdwn2
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