Moved KERNEL_BREAKPOINTS to kernel_debug_config.h.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28197 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-10-16 21:43:32 +00:00
parent 3b248948f2
commit 6e595b29e3
2 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,9 @@
// benaphore-style.
#define KDEBUG 1
// Enable this to get support for kernel breakpoints.
//#define KERNEL_BREAKPOINTS 1
// block cache

View File

@ -5,8 +5,7 @@
#ifndef KERNEL_ARCH_USER_DEBUGGER_H
#define KERNEL_ARCH_USER_DEBUGGER_H
// Enable this to get support for kernel breakpoints.
//#define KERNEL_BREAKPOINTS 1
#include "kernel_debug_config.h"
#ifndef _ASSEMBLER