From owner-cvs-all Thu Sep 19 15:11:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F2D437B40E for ; Thu, 19 Sep 2002 15:11:37 -0700 (PDT) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59E0243E4A for ; Thu, 19 Sep 2002 15:11:35 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 20920 invoked from network); 19 Sep 2002 22:11:36 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 Sep 2002 22:11:36 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8JMBWBv066907; Thu, 19 Sep 2002 18:11:32 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 19 Sep 2002 18:11:33 -0400 (EDT) From: John Baldwin To: John Baldwin Subject: Re: cvs commit: src/sys/kern kern_timeout.c Cc: Poul-Henning Kamp , Alfred Perlstein , Julian Elischer , Mike Silbersack , "M. Warner Losh" , bde@zeta.org.au, joe@FreeBSD.org, obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, David Malone 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 19-Sep-2002 John Baldwin wrote: > Hmm, untested patch is at > http://www.FreeBSD.org/~jhb/patches/backtrace.patch It has > stubs for ia64, ppc, and sparc64, but has possibly working > code for i386 and alpha. Note that you need a good portion > of ddb around to make this work (all the printf stuff and symbol > table stuff). Erm, well, I committed it and fixed up the alpha bits to work. :-P It is true that you need a good chunk of ddb(4) around for it to be functional. You can't even do a functional stack trace on alpha w/o having a symbol table to let you look up what function a RA is in so you can find the prologue info for that function. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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