From owner-freebsd-emulation Thu Aug 7 16:15:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA06279 for emulation-outgoing; Thu, 7 Aug 1997 16:15:59 -0700 (PDT) Received: from usc.usc.unal.edu.co ([200.21.26.65]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA06272 for ; Thu, 7 Aug 1997 16:15:53 -0700 (PDT) Received: from unalmodem09.usc.unal.edu.co by usc.usc.unal.edu.co (AIX 4.1/UCB 5.64/4.03) id AA17198; Thu, 7 Aug 1997 19:10:24 -0400 Message-Id: <33EA058A.42B9@fps.biblos.unal.edu.co> Date: Thu, 07 Aug 1997 10:28:31 -0700 From: "Pedro Giffuni S," Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.01Gold [it] (Win16; I) Mime-Version: 1.0 To: Randall Hopper Cc: emulation@freebsd.org Subject: Re: Fun with DOSCMD (was Re: modifying boot mgrs FROM FREEBSD) References: <19970806075054.63235@ct.picker.com> <199708061320.WAA08867@genesis.atrad.adelaide.edu.au> <19970806220031.07191@ct.picker.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I also need to figure out how to run doscmd in gdb. I rebuild libkvm and > gdb for the new kernel, so that's done. But I'm not sure how to "hook in" > and set breakpoints inside doscmd.kernel after its read and control is > transfered to it by doscmd. I played with the .gdbinit in the pkg but no > luck. > I think this is not really necessary: doscmd has a debugging option that generates more information for developers, but usually the on-line messages are sufficient to know what is missing. Pedro. > Randall Hopper