1 1.1 uch # 2 1.1 uch # kernel config file for debugging. 3 1.1 uch # 4 1.1 uch # $NetBSD: DEBUG,v 1.1 2004/07/02 18:05:23 uch 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.1 uch #options KGDB # in-kernel debugger 11 1.1 uch #makeoptions DEBUG="-g" # compile full symbol table 12 1.1 uch #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.1 uch #options HPC_DEBUG_INTERRUPT_MONITOR 21 1.1 uch #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