* 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:
Ingo Weinhold
2009-04-16 19:56:11 +00:00
parent 5e71c7b1e5
commit b447670286
3 changed files with 16 additions and 33 deletions
+2 -2
View File
@@ -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