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

/vbox/src/VBox/Debugger/
H A DDBGConsole.cpp658 rc = dbgcBpExec(pDbgc, pEvent->u.Bp.iBp);
663 pEvent->u.Bp.iBp, dbgcGetEventCtx(pEvent->enmCtx));
668 pEvent->u.Bp.iBp, dbgcGetEventCtx(pEvent->enmCtx));
673 pEvent->u.Bp.iBp, dbgcGetEventCtx(pEvent->enmCtx));
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp627 RTUINT iBp = pVM->dbgf.s.DbgEvent.u.Bp.iBp = pVCpu->dbgf.s.iActiveBp;
645 pVM->dbgf.s.DbgEvent.u.Bp.iBp = pVM->dbgf.s.aBreakpoints[i].iBp;
648 AssertMsg(pVM->dbgf.s.DbgEvent.u.Bp.iBp != ~0U, ("eip=%08x\n", eip));
/vbox/include/VBox/vmm/
H A Ddbgf.h158 * identifier of the breakpoint can be found in the DBGFEVENT::u::Bp::iBp member.
163 * identifier of the breakpoint can be found in the DBGFEVENT::u::Bp::iBp member.
260 } Bp; member in union:DBGFEVENT::__anon320

Completed in 54 milliseconds