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:
@@ -8,6 +8,9 @@
|
|||||||
// benaphore-style.
|
// benaphore-style.
|
||||||
#define KDEBUG 1
|
#define KDEBUG 1
|
||||||
|
|
||||||
|
// Enable this to get support for kernel breakpoints.
|
||||||
|
//#define KERNEL_BREAKPOINTS 1
|
||||||
|
|
||||||
|
|
||||||
// block cache
|
// block cache
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,7 @@
|
|||||||
#ifndef KERNEL_ARCH_USER_DEBUGGER_H
|
#ifndef KERNEL_ARCH_USER_DEBUGGER_H
|
||||||
#define KERNEL_ARCH_USER_DEBUGGER_H
|
#define KERNEL_ARCH_USER_DEBUGGER_H
|
||||||
|
|
||||||
// Enable this to get support for kernel breakpoints.
|
#include "kernel_debug_config.h"
|
||||||
//#define KERNEL_BREAKPOINTS 1
|
|
||||||
|
|
||||||
#ifndef _ASSEMBLER
|
#ifndef _ASSEMBLER
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user