Add options for selecting ELF or KLD symbols in DDB.

This commit is contained in:
Doug Rabson 1998-06-28 01:03:13 +00:00
parent f4487e1157
commit 14c35d6ca0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37222
2 changed files with 5 additions and 1 deletions

View File

@ -22,6 +22,8 @@ cfs/cfs_venus.c optional vcfs
cfs/cfs_vfsops.c optional vcfs
cfs/cfs_vnodeops.c optional vcfs
ddb/db_access.c optional ddb
ddb/db_kld.c optional ddb db_kld_symbols
ddb/db_elf.c optional ddb db_elf_symbols
ddb/db_aout.c optional ddb
ddb/db_break.c optional ddb
ddb/db_command.c optional ddb

View File

@ -1,4 +1,4 @@
# $Id: options,v 1.76 1998/06/05 22:39:49 julian Exp $
# $Id: options,v 1.77 1998/06/07 17:09:26 dfr Exp $
#
# On the handling of kernel options
#
@ -38,6 +38,8 @@ COMPILING_LINT opt_lint.h
DDB
DDB_UNATTENDED opt_ddb.h
GDB_REMOTE_CHAT opt_ddb.h
DB_KLD_SYMBOLS opt_ddb.h
DB_ELF_SYMBOLS opt_ddb.h
DEVFS
SLICE opt_devfs.h
FAILSAFE