mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
Add options KDB and GDB. KDB takes on the function of what DDB used
to be. Both DDB and GDB specify which KDB backends to include.
This commit is contained in:
parent
9faba323b6
commit
8bcb1e9e84
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131969
@ -61,7 +61,9 @@ options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
|
||||
options PFIL_HOOKS # pfil(9) framework
|
||||
|
||||
# Debugging for use in -current
|
||||
options DDB # Enable the kernel debugger
|
||||
options KDB # Enable kernel debugger support.
|
||||
options DDB # Support DDB.
|
||||
options GDB # Support remote GDB.
|
||||
options INVARIANTS # Enable calls of extra sanity checking
|
||||
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||
|
@ -61,7 +61,9 @@ options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
|
||||
options PFIL_HOOKS # pfil(9) framework
|
||||
|
||||
# Debugging for use in -current
|
||||
options DDB # Enable the kernel debugger
|
||||
options KDB # Enable kernel debugger support.
|
||||
options DDB # Support DDB.
|
||||
options GDB # Support remote GDB.
|
||||
options INVARIANTS # Enable calls of extra sanity checking
|
||||
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||
|
@ -28,10 +28,12 @@ makeoptions DEBUG=-g # Build kernel with debug information.
|
||||
|
||||
options CD9660 # ISO 9660 Filesystem
|
||||
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||
options DDB # Enable the kernel debugger
|
||||
options DDB # Support DDB
|
||||
options FFS # Berkeley Fast Filesystem
|
||||
options GDB # Support remote GDB
|
||||
options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
options KDB # Enable kernel debugger support
|
||||
options KTRACE # ktrace(1) syscall trace support
|
||||
options MD_ROOT # MD usable as root device
|
||||
options MSDOSFS # MSDOS Filesystem
|
||||
|
@ -27,10 +27,12 @@ makeoptions DEBUG=-g # Build kernel with debug information.
|
||||
makeoptions NO_MODULES=yes # Don't build any modules.
|
||||
|
||||
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||
options DDB # Enable the kernel debugger
|
||||
options DDB # Support DDB
|
||||
options FFS # Berkeley Fast Filesystem
|
||||
options GDB # Support remote GDB
|
||||
options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
options KDB # Enable kernel debugger support
|
||||
options KTRACE # ktrace(1) syscall trace support
|
||||
options MD_ROOT # MD usable as root device
|
||||
options PFIL_HOOKS # pfil(9) framework
|
||||
|
@ -59,7 +59,9 @@ options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||
options PFIL_HOOKS # pfil(9) framework
|
||||
|
||||
# Debugging for use in -current
|
||||
options DDB #Enable the kernel debugger
|
||||
options KDB #Enable kernel debugger support
|
||||
options DDB #Support DDB
|
||||
options GDB #Support remote GDB
|
||||
options INVARIANTS #Enable calls of extra sanity checking
|
||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
||||
|
Loading…
Reference in New Issue
Block a user