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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFBp.cpp100 static PDBGFBP dbgfR3BpAlloc(PVM pVM, DBGFBPTYPE enmType) function
140 LogFlow(("dbgfR3BpAlloc: returns NULL - we're out of breakpoint slots! %u/%u\n", *pcBpsCur, cBps));
319 pBp = dbgfR3BpAlloc(pVM, DBGFBPTYPE_INT3);
507 pBp = dbgfR3BpAlloc(pVM, DBGFBPTYPE_REG);
658 pBp = dbgfR3BpAlloc(pVM, DBGFBPTYPE_REM);

Completed in 53 milliseconds