Add options for selecting ELF or KLD symbols in DDB.
This commit is contained in:
parent
f4487e1157
commit
14c35d6ca0
@ -22,6 +22,8 @@ cfs/cfs_venus.c optional vcfs
|
|||||||
cfs/cfs_vfsops.c optional vcfs
|
cfs/cfs_vfsops.c optional vcfs
|
||||||
cfs/cfs_vnodeops.c optional vcfs
|
cfs/cfs_vnodeops.c optional vcfs
|
||||||
ddb/db_access.c optional ddb
|
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_aout.c optional ddb
|
||||||
ddb/db_break.c optional ddb
|
ddb/db_break.c optional ddb
|
||||||
ddb/db_command.c optional ddb
|
ddb/db_command.c optional ddb
|
||||||
|
@ -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
|
# On the handling of kernel options
|
||||||
#
|
#
|
||||||
@ -38,6 +38,8 @@ COMPILING_LINT opt_lint.h
|
|||||||
DDB
|
DDB
|
||||||
DDB_UNATTENDED opt_ddb.h
|
DDB_UNATTENDED opt_ddb.h
|
||||||
GDB_REMOTE_CHAT opt_ddb.h
|
GDB_REMOTE_CHAT opt_ddb.h
|
||||||
|
DB_KLD_SYMBOLS opt_ddb.h
|
||||||
|
DB_ELF_SYMBOLS opt_ddb.h
|
||||||
DEVFS
|
DEVFS
|
||||||
SLICE opt_devfs.h
|
SLICE opt_devfs.h
|
||||||
FAILSAFE
|
FAILSAFE
|
||||||
|
Loading…
Reference in New Issue
Block a user