From owner-freebsd-current Tue Jun 4 01:07:59 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA25168 for current-outgoing; Tue, 4 Jun 1996 01:07:59 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA25159 for ; Tue, 4 Jun 1996 01:07:53 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0uQr9X-000QZuC; Tue, 4 Jun 96 10:07 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id KAA12693; Tue, 4 Jun 1996 10:00:13 +0200 Message-Id: <199606040800.KAA12693@allegro.lemis.de> Subject: Re: Vm fixes NG To: fcurrent@jraynard.demon.co.uk (James Raynard) Date: Tue, 4 Jun 1996 09:47:32 +0200 (MET DST) Cc: FreeBSD-current@FreeBSD.ORG (FreeBSD current users) In-Reply-To: <199606031549.PAA00319@jraynard.demon.co.uk> from "James Raynard" at Jun 3, 96 03:49:09 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk James Raynard writes: > >>> Well, you are right :-), if no panic, then no p->flags :-). >> >> Is there somewhere in the kernel where I could set a breakpoint to >> recover these values? > > On a related note, is there any way to stop X grabbing the Ctl-Alt > sequence and drop into DDB? We discussed this a while back while talking about ddb. The problem is that it's almost impossible to find a way to set the display card back to text mode. Greg