Re: Installation of kernel symbols file in a separate directory [Was: Re: Experiences with FreeBSD 9.0-BETA2]

2011-10-03 Thread Arnaud Lacombe
Hi, On Wed, Sep 28, 2011 at 10:30 AM, Ryan Stone ryst...@gmail.com wrote: You might be interested in this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=153157cat= This does the same thing for userland .symbols files, and teaches gdb how to find them. Actually, I've made my own

Re: Installation of kernel symbols file in a separate directory [Was: Re: Experiences with FreeBSD 9.0-BETA2]

2011-09-28 Thread Andriy Gapon
on 28/09/2011 07:23 Arnaud Lacombe said the following: available here: https://github.com/lacombar/freebsd/commit/c1d5c4857361028dc40941273dd2ab9576c687fd This patch adds a KODIR_SYMBOLS variables which is to the kernel and modules .symbols files what the KODIR variable is to the kernel

Re: Installation of kernel symbols file in a separate directory [Was: Re: Experiences with FreeBSD 9.0-BETA2]

2011-09-28 Thread Ryan Stone
You might be interested in this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=153157cat= This does the same thing for userland .symbols files, and teaches gdb how to find them. ___ freebsd-hackers@freebsd.org mailing list

Re: Installation of kernel symbols file in a separate directory [Was: Re: Experiences with FreeBSD 9.0-BETA2]

2011-09-28 Thread Arnaud Lacombe
Hi, On Wed, Sep 28, 2011 at 8:29 AM, Andriy Gapon a...@freebsd.org wrote: on 28/09/2011 07:23 Arnaud Lacombe said the following: available here: https://github.com/lacombar/freebsd/commit/c1d5c4857361028dc40941273dd2ab9576c687fd This patch adds a KODIR_SYMBOLS variables which is to the

Re: Installation of kernel symbols file in a separate directory [Was: Re: Experiences with FreeBSD 9.0-BETA2]

2011-09-28 Thread Kostik Belousov
On Wed, Sep 28, 2011 at 10:30:06AM -0400, Ryan Stone wrote: You might be interested in this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=153157cat= This does the same thing for userland .symbols files, and teaches gdb how to find them. The patch is not committable as is. In particular,

Re: Installation of kernel symbols file in a separate directory [Was: Re: Experiences with FreeBSD 9.0-BETA2]

2011-09-28 Thread Mark Johnston
On Wed, Sep 28, 2011 at 05:47:59PM +0300, Kostik Belousov wrote: On Wed, Sep 28, 2011 at 10:30:06AM -0400, Ryan Stone wrote: You might be interested in this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=153157cat= This does the same thing for userland .symbols files, and teaches gdb

Installation of kernel symbols file in a separate directory [Was: Re: Experiences with FreeBSD 9.0-BETA2]

2011-09-27 Thread Arnaud Lacombe
Hi, [Moving the discussion on -hackers@] On Tue, Sep 27, 2011 at 6:02 PM, Arnaud Lacombe lacom...@gmail.com wrote: Hi, On Tue, Sep 27, 2011 at 5:01 PM, Peter Jeremy peterjer...@acm.org wrote: On 2011-Sep-26 19:48:23 -0400, Benjamin Kaduk ka...@mit.edu wrote: On Mon, 26 Sep 2011, Arnaud

Re: Installation of kernel symbols file in a separate directory [Was: Re: Experiences with FreeBSD 9.0-BETA2]

2011-09-27 Thread Daniel O'Connor
On 28/09/2011, at 13:53, Arnaud Lacombe wrote: https://github.com/lacombar/freebsd/commit/c1d5c4857361028dc40941273dd2ab9576c687fd This patch adds a KODIR_SYMBOLS variables which is to the kernel and modules .symbols files what the KODIR variable is to the kernel and modules files. By