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:
parent
3b248948f2
commit
6e595b29e3
@ -8,6 +8,9 @@
|
||||
// benaphore-style.
|
||||
#define KDEBUG 1
|
||||
|
||||
// Enable this to get support for kernel breakpoints.
|
||||
//#define KERNEL_BREAKPOINTS 1
|
||||
|
||||
|
||||
// block cache
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user