summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/conf/KGDB3X
blob: 3a15447bd541cfa8280b7943c07132ffc1a5d10b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: KGDB3X,v 1.55 2007/10/17 19:57:45 garbled Exp $

# KGDB3X Sun3X (3/80, 3/470)
# like GENERIC but supports gdb on other machine, i.e.:
#	% gdb -k netbsd.gdb
#	(gdb) set remotebaud 19200
#	(gdb) target remote /dev/ttyb

include "arch/sun3/conf/GENERIC3X"

no options 	DDB

makeoptions	DEBUG="-g"	# debugging symbols for gdb
options 	KGDB
options 	KGDB_DEV=0x0C01	# ttya=0C00 ttyb=0C01

options 	DEBUG		# kernel debugging code
options 	DIAGNOSTIC	# extra kernel sanity checking