Searched refs:DBGFR3BpClear (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Debugger/testcase/ |
H A D | tstDBGCStubs.cpp | 54 VMMR3DECL(int) DBGFR3BpClear(PUVM pUVM, RTUINT iBp) function
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | VMMTests.cpp | 470 if ( RT_FAILURE(DBGFR3BpClear(pUVM, iBp0)) 471 || RT_FAILURE(DBGFR3BpClear(pUVM, iBp1)))
|
H A D | DBGFBp.cpp | 401 * This is used to implement both DBGFR3BpClear() and DBGFR3BpDisable(). 589 * This is used to implement both DBGFR3BpClear() and DBGFR3BpDisable(). 712 * EMT worker for DBGFR3BpClear(). 778 VMMR3DECL(int) DBGFR3BpClear(PUVM pUVM, uint32_t iBp) function 784 LogFlow(("DBGFR3BpClear: returns %Rrc\n", rc)); 1004 LogFlow(("DBGFR3BpClear: returns %Rrc\n", rc));
|
/vbox/src/VBox/Debugger/ |
H A D | DBGCEmulateCodeView.cpp | 490 int rc2 = DBGFR3BpClear(pDbgc->pUVM, iBp); 517 int rc2 = DBGFR3BpClear(pUVM, iBp); 519 rc = DBGCCmdHlpFailRc(pCmdHlp, pCmd, rc2, "DBGFR3BpClear(,%#x)", iBp); 535 int rc2 = DBGFR3BpClear(pUVM, iBp); 537 rc = DBGCCmdHlpFailRc(pCmdHlp, pCmd, rc2, "DBGFR3BpClear(,%#x)", iBp); 794 int rc2 = DBGFR3BpClear(pDbgc->pUVM, iBp); 854 int rc2 = DBGFR3BpClear(pDbgc->pUVM, iBp);
|
/vbox/include/VBox/vmm/ |
H A D | dbgf.h | 396 VMMR3DECL(int) DBGFR3BpClear(PUVM pUVM, uint32_t iBp);
|
Completed in 118 milliseconds