From owner-freebsd-current Mon Sep 2 17:23:34 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA20896 for current-outgoing; Mon, 2 Sep 1996 17:23:34 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA20891 for ; Mon, 2 Sep 1996 17:23:29 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id KAA09617; Tue, 3 Sep 1996 10:19:07 +1000 Date: Tue, 3 Sep 1996 10:19:07 +1000 From: Bruce Evans Message-Id: <199609030019.KAA09617@godzilla.zeta.org.au> To: bde@zeta.org.au, julian@current1.whistle.com Subject: Re: ddb now requires sio Cc: freebsd-current@FreeBSD.org, j@uriah.heep.sax.de, koshy@india.hp.com Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> i386-gdbstub.c should call cngetc() instead of siocngetc(), etc. >> This probably doesn't work now because the console driver is so >> primitive: >no I use the gdb on sio0 while having the console on the keyboard.. >So I wouldn't want that .. >I mean,, >what possible use would gdb-stub be on a vga/keyboard? None. But if the console is on sio0 you'd better not put gdb on sio0. You might want to put it on cy7. It's a long way from siocngetc(0) to cy7. Bruce