Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / sun3 / conf / KGDB
blob46a4ed66f023a866d64670f57eb48be10c4a7852
1 #       $NetBSD: KGDB,v 1.51.16.1 2007/10/03 19:25:32 garbled Exp $
3 # KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
4 # like GENERIC but supports gdb on other machine, i.e.:
5 #       % gdb -k netbsd.gdb
6 #       (gdb) set remotebaud 19200
7 #       (gdb) target remote /dev/ttyb
9 include "arch/sun3/conf/GENERIC"
11 no options      DDB
13 makeoptions     DEBUG="-g"      # debugging symbols for gdb
14 options         KGDB
15 options         KGDB_DEV=0x0C01 # ttya=0C00 ttyb=0C01
17 options         DEBUG           # kernel debugging code
18 options         DIAGNOSTIC      # extra kernel sanity checking