From owner-cvs-all Mon Jun 18 12:37:22 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 7A3E137B401; Mon, 18 Jun 2001 12:37:16 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f5IJb3133505; Mon, 18 Jun 2001 12:37:03 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <85810.992891943@critter> Date: Mon, 18 Jun 2001 12:37:08 -0700 (PDT) From: John Baldwin To: Poul-Henning Kamp Subject: Re: cvs commit: src/sys/i386/i386 db_trace.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 -- 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