Date: Thu, 29 Mar 2001 08:40:11 -0800 (PST) From: John Polstra <jdp@polstra.com> To: hackers@freebsd.org Cc: bright@wintelcom.net Subject: Re: ddb -> gdb help? Message-ID: <200103291640.f2TGeB409150@vashon.polstra.com> In-Reply-To: <20010328191653.B9431@fw.wintelcom.net> References: <20010328191653.B9431@fw.wintelcom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <20010328191653.B9431@fw.wintelcom.net>, Alfred Perlstein <bright@wintelcom.net> wrote: > I can't seem to get a crashdump, is there a way to take a > ddb crash address: "Stopped at lf_setlock+0x52" > and boot later and see what line of code that's on? Assuming you have a corresponding kernel with debugging symbols, you can do "gdb -k kernel.debug" and use the "info line" command to get that information. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103291640.f2TGeB409150>