Home | History | Annotate | Line # | Download | only in conf
      1  1.55  garbled # $NetBSD: KGDB3X,v 1.55 2007/10/17 19:57:45 garbled Exp $
      2  1.11      gwr 
      3  1.18      gwr # KGDB3X Sun3X (3/80, 3/470)
      4  1.18      gwr # like GENERIC but supports gdb on other machine, i.e.:
      5  1.18      gwr #	% gdb -k netbsd.gdb
      6  1.18      gwr #	(gdb) set remotebaud 19200
      7  1.18      gwr #	(gdb) target remote /dev/ttyb
      8  1.18      gwr 
      9  1.54  tsutsui include "arch/sun3/conf/GENERIC3X"
     10  1.33   atatat 
     11  1.54  tsutsui no options 	DDB
     12  1.18      gwr 
     13  1.30    lukem makeoptions	DEBUG="-g"	# debugging symbols for gdb
     14  1.18      gwr options 	KGDB
     15  1.29    lukem options 	KGDB_DEV=0x0C01	# ttya=0C00 ttyb=0C01
     16  1.10      gwr 
     17  1.18      gwr options 	DEBUG		# kernel debugging code
     18  1.18      gwr options 	DIAGNOSTIC	# extra kernel sanity checking
     19