Build these kernels with full debugging symbols.
This commit is contained in:
parent
2aca76bf3b
commit
6a3ca35ec3
@ -1,4 +1,4 @@
|
||||
# $NetBSD: BASALT,v 1.16 1997/03/12 02:08:02 thorpej Exp $
|
||||
# $NetBSD: BASALT,v 1.17 1997/03/31 00:03:10 thorpej Exp $
|
||||
#
|
||||
# Kernel for basalt.og.org - thorpej's HP380 file server.
|
||||
#
|
||||
@ -53,6 +53,7 @@ options COMPAT_M68K4K # m68k4k executables
|
||||
options DIAGNOSTIC # Kernel sanity checks
|
||||
options DDB # Kernel Dynamic Debugger
|
||||
options DDB_ONPANIC=0 # Don't go into DDB on panic
|
||||
makeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DISKLESS,v 1.15 1997/01/31 05:56:11 thorpej Exp $
|
||||
# $NetBSD: DISKLESS,v 1.16 1997/03/31 00:03:11 thorpej Exp $
|
||||
#
|
||||
# Diskless HP 9000/300-series workstation
|
||||
#
|
||||
@ -72,6 +72,7 @@ options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries
|
||||
|
||||
# Debugging options
|
||||
options DDB # Kernel Dynamic Debugger
|
||||
makeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols
|
||||
|
||||
# Verbose descriptions of unconfigured DIO devices
|
||||
# (Warning: this compiles in a large string table)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.26 1997/02/18 21:09:56 mrg Exp $
|
||||
# $NetBSD: GENERIC,v 1.27 1997/03/31 00:03:11 thorpej Exp $
|
||||
#
|
||||
# Generic kernel - one size fits all.
|
||||
#
|
||||
@ -80,6 +80,7 @@ options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries
|
||||
options DIAGNOSTIC # Extra kernel sanity checks
|
||||
#options DEBUG # Enable misc. kernel debugging code
|
||||
options DDB # Kernel Dynamic Debugger
|
||||
makeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols
|
||||
|
||||
# Verbose descriptions of unconfigured DIO devices
|
||||
# (Warning: this compiles in a large string table)
|
||||
|
Loading…
Reference in New Issue
Block a user