Searched refs:DEBUG_MAX_WATCHPOINTS (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/arch/
H A Duser_debugger.h67 #ifndef DEBUG_MAX_WATCHPOINTS
68 # define DEBUG_MAX_WATCHPOINTS 0 macro
81 // DEBUG_MAX_BREAKPOINTS == DEBUG_MAX_WATCHPOINTS and either specifies the
/haiku/headers/private/kernel/arch/x86/
H A Darch_user_debugger.h134 #define DEBUG_MAX_WATCHPOINTS X86_BREAKPOINT_COUNT macro
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp181 if (fWatchpointCount + 1 >= DEBUG_MAX_WATCHPOINTS)
184 if (fWatchpointCount >= DEBUG_MAX_WATCHPOINTS)

Completed in 56 milliseconds