Searched refs:DBGFR3BpSet (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp70 VMMR3DECL(int) DBGFR3BpSet(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, PRTUINT piBp) function
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFBp.cpp356 VMMR3DECL(int) DBGFR3BpSet(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, uint32_t *piBp) function
364 LogFlow(("DBGFR3BpSet: returns %Rrc\n", rc));
/vbox/include/VBox/vmm/
H A Ddbgf.h392 VMMR3DECL(int) DBGFR3BpSet(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, uint32_t *piBp);
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp781 rc = DBGFR3BpSet(pUVM, &Address, iHitTrigger, iHitDisable, &iBp);

Completed in 261 milliseconds