From owner-freebsd-questions@FreeBSD.ORG Fri Apr 18 07:48:34 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CC1237B408 for ; Fri, 18 Apr 2003 07:48:34 -0700 (PDT) Received: from demos.su (mx.demos.su [194.87.0.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDD8E43FDD for ; Fri, 18 Apr 2003 07:48:32 -0700 (PDT) (envelope-from mitya@fling-wing.demos.su) Received: from [194.87.5.69] (HELO fling-wing.demos.su) by demos.su (CommuniGate Pro SMTP 4.0.6/D4) with ESMTP-TLS id 67494042 for questions@freebsd.org; Fri, 18 Apr 2003 18:48:31 +0400 Received: from fling-wing.demos.su (localhost [127.0.0.1]) by fling-wing.demos.su (8.12.9/8.12.6) with ESMTP id h3IEmUAu053322 for ; Fri, 18 Apr 2003 18:48:30 +0400 (MSD) (envelope-from mitya@fling-wing.demos.su) Received: (from mitya@localhost) by fling-wing.demos.su (8.12.9/8.12.6/Submit) id h3IEmUBL053321 for questions@freebsd.org; Fri, 18 Apr 2003 18:48:30 +0400 (MSD) Date: Fri, 18 Apr 2003 18:48:30 +0400 From: Dmitry Sivachenko To: questions@freebsd.org Message-ID: <20030418144830.GA52968@fling-wing.demos.su> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline WWW-Home-Page: http://mitya.pp.ru/ X-PGP-Key: http://mitya.pp.ru/mitya.asc User-Agent: Mutt/1.5.4i Subject: debugging kernel with remote gdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 14:48:34 -0000 Hello! I have two machines: one IA32 running FreeBSD and the other SPARC running Solaris. I want to debug FreeBSD kernel using remote gdb. After reading developers handbook it is unclear whether it is possible to use my SPARC for that purpose? If yes, how? Thanks!