mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 17:43:28 +00:00
recent changes have caused TRAP_TRACING to induce corruption
disable until the issue has been tracked down
This commit is contained in:
parent
e46af1289e
commit
63d8511da8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164867
@ -65,8 +65,8 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
|
|||||||
options KDB # Enable kernel debugger support.
|
options KDB # Enable kernel debugger support.
|
||||||
options KDB_TRACE
|
options KDB_TRACE
|
||||||
options DDB # Support DDB.
|
options DDB # Support DDB.
|
||||||
options TRAP_TRACING # Enable trap tracing.
|
#options TRAP_TRACING # Enable trap tracing.
|
||||||
options TRAP_TRACE_ENTRIES=256 # Trap trace buffer entries.
|
#options TRAP_TRACE_ENTRIES=256 # Trap trace buffer entries.
|
||||||
#options GDB # Support remote GDB.
|
#options GDB # Support remote GDB.
|
||||||
#options INVARIANTS # Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
|
Loading…
Reference in New Issue
Block a user