Searched refs:DBGFR3BpSetReg (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp74 VMMR3DECL(int) DBGFR3BpSetReg(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, function
/vbox/src/VBox/VMM/VMMR3/
H A DVMMTests.cpp405 rc = DBGFR3BpSetReg(pUVM, &Addr, 0, ~(uint64_t)0, X86_DR7_RW_EO, 1, &iBp0);
418 rc = DBGFR3BpSetReg(pUVM, &Addr, 0, ~(uint64_t)0, X86_DR7_RW_EO, 1, &iBp1);
H A DDBGFBp.cpp371 * This is used to implement both DBGFR3BpSetReg() and DBGFR3BpEnable().
550 VMMR3DECL(int) DBGFR3BpSetReg(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, function
558 LogFlow(("DBGFR3BpSetReg: returns %Rrc\n", rc));
574 * This is used to implement both DBGFR3BpSetReg() and DBGFR3BpEnable().
/vbox/include/VBox/vmm/
H A Ddbgf.h393 VMMR3DECL(int) DBGFR3BpSetReg(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable,
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp477 rc = DBGFR3BpSetReg(pUVM, &Address, iHitTrigger, iHitDisable, fType, cb, &iBp);

Completed in 174 milliseconds