From owner-freebsd-hackers Mon Jun 5 05:29:52 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA24763 for hackers-outgoing; Mon, 5 Jun 1995 05:29:52 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA24756 for hackers@freebsd.org; Mon, 5 Jun 1995 05:29:51 -0700 Date: Mon, 5 Jun 1995 05:29:51 -0700 From: Gary Palmer Message-Id: <199506051229.FAA24756@freefall.cdrom.com> To: hackers@freebsd.org Subject: Kernels, panics & the debugger Sender: hackers-owner@freebsd.org Precedence: bulk Can I suggest yet another flag to be put in the kernel? It seems to me that you could want a situation where you want to be able to get into the debugger (for machine lock-ups), but you want the machine to panic cleanly when you aren't there and leave a core dump instead. My proposal: a flag which allows -- to still drop you into the debugger, but which doesn't call the debugger for kernel panic's. Comments? Gary