How can I 'step into libc' with gdb?

2008-11-03 Thread Carlo Wood
Hi all, I'm desperately trying to debug something for which I need to be able to step into the libc6 source code, especially libpthread. I installed the -dbg package but it contains no line numbers?! Can someone give me a pointer to what is needed to be able to debug libc on debian? -- Carlo

Re: How can I 'step into libc' with gdb?

2008-11-03 Thread Carlos O'Donell
On Mon, Nov 3, 2008 at 12:14 PM, Carlo Wood [EMAIL PROTECTED] wrote: Hi all, I'm desperately trying to debug something for which I need to be able to step into the libc6 source code, especially libpthread. I installed the -dbg package but it contains no line numbers?! Can someone give me