blob: 1dd1b125ab917cd2d09662e1ecc5e8350992e2c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: KGDB,v 1.53 2007/10/17 19:57:44 garbled Exp $
# KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
# 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/GENERIC"
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
|