From owner-freebsd-amd64@FreeBSD.ORG Tue Jun 1 21:52:29 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 EF54416A4CE for ; Tue, 1 Jun 2004 21:52:29 -0700 (PDT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id B710943D2D for ; Tue, 1 Jun 2004 21:52:29 -0700 (PDT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id E55BFFD05A; Tue, 1 Jun 2004 21:52:25 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 82868-06; Tue, 1 Jun 2004 21:52:25 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 67737FD01A; Tue, 1 Jun 2004 21:52:25 -0700 (PDT) From: Sean McNeil To: Tim Robbins In-Reply-To: <20040602040805.GC8782@cat.robbins.dropbear.id.au> References: <1086147335.27863.1.camel@server.mcneil.com> <20040602040805.GC8782@cat.robbins.dropbear.id.au> Content-Type: text/plain Message-Id: <1086151945.1411.3.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 01 Jun 2004 21:52:25 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com 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:52:30 -0000 On Tue, 2004-06-01 at 21:08, Tim Robbins wrote: > 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 Thanks, Tim. Unfortunately I cannot install gdb6 right now. The current snapshot is nowhere to be found (2004-05-11). Sean