Date: Thu, 18 Oct 2001 19:58:29 -0700 From: Peter Wemm <peter@wemm.org> To: Greg Lehey <grog@lemis.com> Cc: FreeBSD-arch@FreeBSD.ORG Subject: Re: /usr/src/sys/scripts? Message-ID: <20011019025829.B18163803@overcee.netplex.com.au> In-Reply-To: <20011018101828.A88312@wantadilla.lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Greg Lehey wrote: > BSD/OS has a directory /usr/src/sys/scripts which contains macros for > kernel debugging. I have a number of macros here that I've > accumulated over time, and I'd like to commit them. I'd also like to > modify config(8) to install a .gdbinit in the kernel build directory > if debugging has been specified; the .gdbinit would load macros from > ../../scripts in order to help with kernel debugging. Just add a Makefile.* rule to add a ln -s from .gdbinit to $S/../../scripts/.gdbinit. No need to add more config(8) hacks. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011019025829.B18163803>