Searched defs:pcBpsCur (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFBp.cpp106 uint32_t *pcBpsCur; local
113 pcBpsCur = &pVM->dbgf.s.cHwBreakpoints;
120 pcBpsCur = &pVM->dbgf.s.cBreakpoints;
134 ++*pcBpsCur;
140 LogFlow(("dbgfR3BpAlloc: returns NULL - we're out of breakpoint slots! %u/%u\n", *pcBpsCur, cBps));

Completed in 41 milliseconds