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

/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 299 milliseconds