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

/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1187 { "REMR3DisasEnableStepping", (void *)&pfnREMR3DisasEnableStepping, &g_aArgsDisasEnableStepping[0], RT_ELEMENTS(g_aArgsDisasEnableStepping), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
2418 REMR3DECL(int) REMR3DisasEnableStepping(PVM pVM, bool fEnable) function
H A DVBoxRecompiler.c3963 REMR3DECL(int) REMR3DisasEnableStepping(PVM pVM, bool fEnable) function
3967 LogFlow(("REMR3DisasEnableStepping: fEnable=%d\n", fEnable));
4002 rc = REMR3DisasEnableStepping(pVM, fEnable);
4006 rc = DBGCCmdHlpFailRc(pCmdHlp, pCmd, rc, "REMR3DisasEnableStepping");

Completed in 50 milliseconds