This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: How Fedora's distribution GDB resolves debug symbols / sourcefile
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Kevin Pouget <kevin dot pouget at gmail dot com>
- Cc: gdb at sourceware dot org
- Date: Thu, 22 Sep 2011 16:20:33 +0200
- Subject: Re: How Fedora's distribution GDB resolves debug symbols / sourcefile
- References: <CAPftXU+gn2HpF9otESud8dNjmWA1p_Kq2ijNYYQiNCChzP=uwg@mail.gmail.com>
On Thu, 22 Sep 2011 14:13:22 +0200, Kevin Pouget wrote:
> How could I configure GDB so that it looks into /usr/lib/debug/
> (certainly) and /usr/src/debug/, I can't figure out which GDB feature
> allows that
configure --with-separate-debug-dir=/usr/lib/debug
or
configure --prefix=/usr
Regards,
Jan