Fixed some style bugs in previous commit (unsorting of the DDB_* options,
misofrmatting, and English usage errors).
This commit is contained in:
parent
89c02376fc
commit
bfdd261e68
@ -233,11 +233,6 @@ options SYSVMSG
|
|||||||
#
|
#
|
||||||
options DDB
|
options DDB
|
||||||
|
|
||||||
#
|
|
||||||
# print the actual numerical value of symbols in addition to the
|
|
||||||
# symbolic representation
|
|
||||||
options DDB_NUMSYM
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Use direct symbol lookup routines for ddb instead of the kernel linker
|
# Use direct symbol lookup routines for ddb instead of the kernel linker
|
||||||
# ones, so that symbols (mostly) work before the kernel linker has been
|
# ones, so that symbols (mostly) work before the kernel linker has been
|
||||||
@ -246,6 +241,12 @@ options DDB_NUMSYM
|
|||||||
#
|
#
|
||||||
#!options DDB_NOKLDSYM
|
#!options DDB_NOKLDSYM
|
||||||
|
|
||||||
|
#
|
||||||
|
# Print the numerical value of symbols in addition to the symbolic
|
||||||
|
# representation.
|
||||||
|
#
|
||||||
|
options DDB_NUMSYM
|
||||||
|
|
||||||
#
|
#
|
||||||
# Print a stack trace of the current thread out on the console for a panic.
|
# Print a stack trace of the current thread out on the console for a panic.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user