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

/vbox/src/VBox/VMM/VMMR3/
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/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp74 VMMR3DECL(int) DBGFR3BpSetReg(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, function

Completed in 35 milliseconds