Home | History | Annotate | Line # | Download | only in conf
DEBUG revision 1.3
      1  1.1  uch #
      2  1.1  uch # kernel config file for debugging.
      3  1.1  uch #
      4  1.3  uwe # 	$NetBSD: DEBUG,v 1.3 2005/03/07 18:25:22 uwe 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.2  uwe #options 	KGDB			# remote debugger
     11  1.1  uch #makeoptions	DEBUG="-g"	# compile full symbol table
     12  1.3  uwe #options 	KGDB_DEVRATE=19200
     13  1.1  uch # HP Jornada
     14  1.1  uch #options 	"KGDB_DEVNAME=\"scif\""
     15  1.1  uch # HITACHI PERSONA (SH3)
     16  1.1  uch #options 	"KGDB_DEVNAME=\"hd64461uart\""
     17  1.1  uch # HITACHI PERSONA (SH4)
     18  1.1  uch #options 	"KGDB_DEVNAME=\"hd64465uart\""
     19  1.1  uch 
     20  1.3  uwe #options 	HPC_DEBUG_INTERRUPT_MONITOR
     21  1.3  uwe #options 	KSTACK_DEBUG
     22  1.1  uch options 	DIAGNOSTIC		# extra kernel debugging checks
     23  1.1  uch options 	DEBUG			# extra kernel debugging support
     24  1.1  uch options 	KTRACE			# system call tracing support
     25  1.1  uch options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     26