From owner-freebsd-current Wed Mar 12 05:56:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA12353 for current-outgoing; Wed, 12 Mar 1997 05:56:44 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA12346 for ; Wed, 12 Mar 1997 05:56:41 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id AAA31855; Thu, 13 Mar 1997 00:51:47 +1100 Date: Thu, 13 Mar 1997 00:51:47 +1100 From: Bruce Evans Message-Id: <199703121351.AAA31855@godzilla.zeta.org.au> To: current@FreeBSD.org, garyj@frt.dec.com Subject: Re: 2.2-GAMMA (latest) page fault while in kernel mode Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >this may well be. I know I changed it to set the prompt to "(kgdb)" if >-k was specified, but I'm pretty sure that the hack to check for >argv[0]==kgdb was left out of 4.16. This would be trivial to put back >in, if it's considered worthwhile. If this is done then the Makefile >should also delete any kgdb that's present and make it a link to gdb >(if it doesn't do that already. I don't have FreeBSD box here to check). gdb hasn't been linked to kgdb since prehistoric times, if ever. History begins almost 3 years ago with rev.1.1 of gdb/gdb/Makefile on 1994/06/10. There seem to be no links in gdb's Attics either. It's hard to tell, because grep gives about 500 useless hits on kgdb in spammed log messages. Bruce