* Removed most of the special-casing for kernel breakpoints in the kernel
enter/exit code. There's no real reason not to keep kernel breakpoints enabled when in userland (unless there are breakpoints installed for the team, of course). * Enabled kernel breakpoints by default (check your kernel_debug_config.h, if you have overridden it!), since they don't really add any overhead anymore. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30206 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
// benaphore-style.
|
||||
#define KDEBUG KDEBUG_LEVEL_2
|
||||
|
||||
// Enable this to get support for kernel breakpoints.
|
||||
#define KERNEL_BREAKPOINTS 0
|
||||
// Set to 0 to disable support for kernel breakpoints.
|
||||
#define KERNEL_BREAKPOINTS 1
|
||||
|
||||
|
||||
// block/file cache
|
||||
|
||||
Reference in New Issue
Block a user