Searched refs:fWatchpointCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/debug/
H A DBreakpointManager.h140 int32 fWatchpointCount; member in struct:BreakpointManager
H A DBreakpointManager.cpp43 fWatchpointCount(0)
181 if (fWatchpointCount + 1 >= DEBUG_MAX_WATCHPOINTS)
184 if (fWatchpointCount >= DEBUG_MAX_WATCHPOINTS)
198 fWatchpointCount++;
214 fWatchpointCount--;

Completed in 25 milliseconds