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

/vbox/include/VBox/vmm/
H A Drem.h67 REMR3DECL(int) REMR3BreakpointSet(PVM pVM, RTGCUINTPTR Address);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFBp.cpp642 rc = REMR3BreakpointSet(pVM, pBp->GCPtr);
670 int rc = REMR3BreakpointSet(pVM, pAddress->FlatPtr);
832 rc = REMR3BreakpointSet(pVM, pBp->GCPtr);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1163 { "REMR3BreakpointSet", (void *)&pfnREMR3BreakpointSet, &g_aArgsBreakpoint[0], RT_ELEMENTS(g_aArgsBreakpoint), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
2266 REMR3DECL(int) REMR3BreakpointSet(PVM pVM, RTGCUINTPTR Address) function
H A DVBoxRecompiler.c856 REMR3DECL(int) REMR3BreakpointSet(PVM pVM, RTGCUINTPTR Address) function
861 LogFlow(("REMR3BreakpointSet: Address=%RGv\n", Address));
864 LogFlow(("REMR3BreakpointSet: Address=%RGv - failed!\n", Address));
870 * Clears a breakpoint set by REMR3BreakpointSet().

Completed in 51 milliseconds