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

/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp646 unsigned fRawR0 = ~0U; local
766 fRawR0 = true;
769 fRawR0 = false;
993 if (fRawR0 != ~0U)
997 RTPrintf("Error: No debugger object; -%srawr0 cannot be executed!\n", fRawR0 ? "" : "no");
1000 machineDebugger->COMSETTER(RecompileSupervisor)(!fRawR0);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp856 unsigned fRawR0 = ~0U; local
1295 fRawR0 = true;
1298 fRawR0 = false;
2097 if (fRawR0 != ~0U)
2101 RTPrintf("Error: No debugger object; -%srawr0 cannot be executed!\n", fRawR0 ? "" : "no");
2104 gpMachineDebugger->COMSETTER(RecompileSupervisor)(!fRawR0);

Completed in 55 milliseconds