Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 1996 08:39:56 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Cc:        koshy@india.hp.com (A JOSEPH KOSHY)
Subject:   Re: ddb now requires sio
Message-ID:  <199609020639.IAA22126@uriah.heep.sax.de>
In-Reply-To: <199609020331.AA116635064@fakir.india.hp.com> from A JOSEPH KOSHY at "Sep 2, 96 08:31:04 am"

next in thread | previous in thread | raw e-mail | index | archive | help
As A JOSEPH KOSHY wrote:
> 
> `option DDB' now /requires/ sio0 to be present on the system.
> 
> In `.../conf/files.i386' we have:
> 
>     i386/i386/i386-gdbstub.c        optional        ddb
> 
> and `i386-gdbstub.c' calls many functions from the serial driver.

This should be easy to circumvent by #include'ing "sio.h", and
depending the gdb remote stuff from #if NSIO > 0.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609020639.IAA22126>