Home | History | Annotate | Line # | Download | only in conf
DEBUG revision 1.2.8.1
      1      1.1   uch #
      2      1.1   uch # kernel config file for debugging.
      3      1.1   uch #
      4  1.2.8.1  yamt # 	$NetBSD: DEBUG,v 1.2.8.1 2005/03/19 08:33:01 yamt 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.2.8.1  yamt #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.2.8.1  yamt #options 	HPC_DEBUG_INTERRUPT_MONITOR
     21  1.2.8.1  yamt #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