summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-06-28 01:03:13 +0000
committerdfr <dfr@FreeBSD.org>1998-06-28 01:03:13 +0000
commitb82eb9a541c5e7dd2d75fe7888eb2e8ca62885f1 (patch)
treeb2efbbd120186ece80fb38d899076ffde63f283a /sys/conf
parent40ca608c7a947e4c5eb6799a4054bb74e2311bb8 (diff)
downloadFreeBSD-src-b82eb9a541c5e7dd2d75fe7888eb2e8ca62885f1.zip
FreeBSD-src-b82eb9a541c5e7dd2d75fe7888eb2e8ca62885f1.tar.gz
Add options for selecting ELF or KLD symbols in DDB.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
-rw-r--r--sys/conf/options4
2 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 957a92a..5849325 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -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
diff --git a/sys/conf/options b/sys/conf/options
index c5fb74f..eac6fff 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -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
OpenPOWER on IntegriCloud