From c771783e2fdc183a184a8ee6bf560d12b8223ca1 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 2 Feb 2025 12:01:15 +0100 Subject: source is needed, sure --- faq/debugging_inside_glibc.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/faq/debugging_inside_glibc.mdwn b/faq/debugging_inside_glibc.mdwn index cda43008..f3240c15 100644 --- a/faq/debugging_inside_glibc.mdwn +++ b/faq/debugging_inside_glibc.mdwn @@ -15,3 +15,5 @@ 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/.build-id`), Debian's `libc0.3-dbg` stores only the frame unwind information used for backtracing. + +You also need to download the source code with `apt source glibc` and `cd` into it for `gdb` to be able to find and show it. -- cgit v1.2.3