Subversion Repositories HelenOS

Rev

Rev 3661 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3661 Rev 3668
Line 159... Line 159...
159
# Support for userspace debuggers
159
# Support for userspace debuggers
160
! CONFIG_UDEBUG (n/y)
160
! CONFIG_UDEBUG (n/y)
161
 
161
 
162
## Debugging configuration directives
162
## Debugging configuration directives
163
 
163
 
164
# General debuging and assert checking
164
# General debugging and assert checking
165
! CONFIG_DEBUG (y/n)
165
! CONFIG_DEBUG (y/n)
166
 
166
 
167
# Extensive debugging output
167
# Kernel console support
168
! [CONFIG_DEBUG=y] CONFIG_EDEBUG (n/y)
168
! CONFIG_KCONSOLE (y/n)
-
 
169
 
-
 
170
# Detailed kernel logging
-
 
171
! CONFIG_LOG (n/y)
169
 
172
 
170
# Deadlock detection support for spinlocks
173
# Deadlock detection support for spinlocks
171
! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
174
! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
172
 
175
 
173
# Watchpoint on rewriting AS with zero
176
# Watchpoint on rewriting AS with zero