Home | History | Annotate | Line # | Download | only in conf
DEBUG revision 1.6
      1  1.1       uch #
      2  1.1       uch # kernel config file for debugging.
      3  1.1       uch #
      4  1.6  uebayasi # 	$NetBSD: DEBUG,v 1.6 2015/08/21 01:52:08 uebayasi Exp $
      5  1.1       uch #
      6  1.1       uch 
      7  1.1       uch include 	"arch/hpcsh/conf/GENERIC"
      8  1.1       uch 
      9  1.1       uch options 	DDB			# in-kernel debugger
     10  1.6  uebayasi pseudo-device	ksyms
     11  1.2       uwe #options 	KGDB			# remote debugger
     12  1.1       uch #makeoptions	DEBUG="-g"	# compile full symbol table
     13  1.3       uwe #options 	KGDB_DEVRATE=19200
     14  1.1       uch # HP Jornada
     15  1.1       uch #options 	"KGDB_DEVNAME=\"scif\""
     16  1.1       uch # HITACHI PERSONA (SH3)
     17  1.1       uch #options 	"KGDB_DEVNAME=\"hd64461uart\""
     18  1.1       uch # HITACHI PERSONA (SH4)
     19  1.1       uch #options 	"KGDB_DEVNAME=\"hd64465uart\""
     20  1.1       uch 
     21  1.3       uwe #options 	HPC_DEBUG_INTERRUPT_MONITOR
     22  1.3       uwe #options 	KSTACK_DEBUG
     23  1.1       uch options 	DIAGNOSTIC		# extra kernel debugging checks
     24  1.1       uch options 	DEBUG			# extra kernel debugging support
     25  1.1       uch options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     26