Searched refs:DEBUG_MAX_WATCHPOINTS (Results 1 – 3 of 3) sorted by relevance
67 #ifndef DEBUG_MAX_WATCHPOINTS68 # define DEBUG_MAX_WATCHPOINTS 0 macro
134 #define DEBUG_MAX_WATCHPOINTS X86_BREAKPOINT_COUNT macro
181 if (fWatchpointCount + 1 >= DEBUG_MAX_WATCHPOINTS) in InstallWatchpoint()184 if (fWatchpointCount >= DEBUG_MAX_WATCHPOINTS) in InstallWatchpoint()