Date: Mon, 18 Jun 2001 12:37:08 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: Poul-Henning Kamp <phk@critter.freebsd.dk> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 db_trace.c Message-ID: <XFMail.010618123708.jhb@FreeBSD.org> In-Reply-To: <85810.992891943@critter>
next in thread | previous in thread | raw e-mail | index | archive | help
On 18-Jun-01 Poul-Henning Kamp wrote: > Can we also please try to find some code to print a symbolic (preferably) > or numeric traceback on panic, even if DDB is not in the kernel ? Well, you would just need to always compile db_trace.o into the kernel, and then you would need to call it in the !DDB case in panic(). However, that is quite ddb specific, so people using other kernel debuggers might object. -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.010618123708.jhb>