From owner-freebsd-amd64@FreeBSD.ORG Tue Jun 1 21:07:20 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA8BC16A4CE for ; Tue, 1 Jun 2004 21:07:20 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A5943D4C for ; Tue, 1 Jun 2004 21:07:20 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.80.90) by smtp01.syd.iprimus.net.au (7.0.024) id 40B7A0DA0014CD30; Wed, 2 Jun 2004 14:07:12 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 93EE541D0; Wed, 2 Jun 2004 14:08:05 +1000 (EST) Date: Wed, 2 Jun 2004 14:08:05 +1000 From: Tim Robbins To: Sean McNeil Message-ID: <20040602040805.GC8782@cat.robbins.dropbear.id.au> References: <1086147335.27863.1.camel@server.mcneil.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1086147335.27863.1.camel@server.mcneil.com> User-Agent: Mutt/1.4.1i cc: freebsd-amd64@freebsd.org Subject: Re: gdb? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2004 04:07:20 -0000 On Tue, Jun 01, 2004 at 08:35:35PM -0700, Sean McNeil wrote: > I noticed that gdb isn't built for amd64. Is there debugger support for > this architecture? What should I use to track down problems? Install devel/gdb6 from ports. Apparently gdb 5 doesn't support amd64, and we're holding off importing gdb 6 into base for the moment (I don't know the reason.) Tim