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

/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp79 VMMR3DECL(int) DBGFR3BpSetREM(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, PRTUINT piBp) function
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFBp.cpp603 * EMT worker for DBGFR3BpSetREM().
699 VMMR3DECL(int) DBGFR3BpSetREM(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, uint32_t *piBp) function
706 LogFlow(("DBGFR3BpSetREM: returns %Rrc\n", rc));
/vbox/include/VBox/vmm/
H A Ddbgf.h395 VMMR3DECL(int) DBGFR3BpSetREM(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, uint32_t *piBp);
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp841 rc = DBGFR3BpSetREM(pUVM, &Address, iHitTrigger, iHitDisable, &iBp);

Completed in 81 milliseconds