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

/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1164 { "REMR3BreakpointClear", (void *)&pfnREMR3BreakpointClear, &g_aArgsBreakpoint[0], RT_ELEMENTS(g_aArgsBreakpoint), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
2276 REMR3DECL(int) REMR3BreakpointClear(PVM pVM, RTGCUINTPTR Address) function
H A DVBoxRecompiler.c877 REMR3DECL(int) REMR3BreakpointClear(PVM pVM, RTGCUINTPTR Address) function
882 LogFlow(("REMR3BreakpointClear: Address=%RGv\n", Address));
885 LogFlow(("REMR3BreakpointClear: Address=%RGv - not found!\n", Address));

Completed in 150 milliseconds