From owner-freebsd-arm@FreeBSD.ORG Thu Aug 14 21:54:42 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 542B81065670 for ; Thu, 14 Aug 2008 21:54:42 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 21EB38FC12 for ; Thu, 14 Aug 2008 21:54:42 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 213862BC3F for ; Fri, 15 Aug 2008 09:54:41 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Jwqr9q-wRQ-x for ; Fri, 15 Aug 2008 09:54:37 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP for ; Fri, 15 Aug 2008 09:54:37 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 53D1A1142B; Fri, 15 Aug 2008 09:54:35 +1200 (NZST) Date: Thu, 14 Aug 2008 14:54:35 -0700 From: Andrew Thompson To: freebsd-arm@freebsd.org Message-ID: <20080814215435.GA94816@citylink.fud.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Subject: static function table in DDB X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2008 21:54:42 -0000 Hi, I notice that DDB on Arm does not have the static functions in the symbol table (vs. i386 for instance). Is this something that I can enable? It makes stack traces difficult to use as it will print the function as the nearest global with a largish offset. cheers, Andrew