From owner-freebsd-hackers Mon Jul 1 4:32:59 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C62B37B400 for ; Mon, 1 Jul 2002 04:32:57 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E95F243E0A for ; Mon, 1 Jul 2002 04:32:56 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.3/8.12.3) with ESMTP id g61BXI0M003589; Mon, 1 Jul 2002 04:33:22 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Message-Id: <200207011133.g61BXI0M003589@gw.catspoiler.org> Date: Mon, 1 Jul 2002 04:32:50 -0700 (PDT) From: Don Lewis Subject: Re: getting a coredump before boot device found To: julian@elischer.org Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 30 Jun, Julian Elischer wrote: > > > On Sun, 30 Jun 2002, Charles Sprickman wrote: > >> On Sun, 30 Jun 2002, Julian Elischer wrote: >> > do you have 2 machines you can link together? >> >> Oh yes. But I know nothing about remote gdb. > > it's not that difficult.. > > have the source and compile directory on the 2nd machine so gdb can access > it. compile with debug symbols (config -g). Have the following .gdbinit in > the compile/MYKENEL directory: What about gdb versions? Can you use the -stable version of gdb to debug a machine running current or is it necessary to crossbuild the -current version of gdb so that it runs on -stable (assuming i386 on both ends)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message