Searched refs:fRawR3 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp647 unsigned fRawR3 = ~0U; local
772 fRawR3 = true;
775 fRawR3 = false;
1002 if (fRawR3 != ~0U)
1006 RTPrintf("Error: No debugger object; -%srawr3 cannot be executed!\n", fRawR3 ? "" : "no");
1009 machineDebugger->COMSETTER(RecompileUser)(!fRawR3);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp857 unsigned fRawR3 = ~0U; local
1301 fRawR3 = true;
1304 fRawR3 = false;
2106 if (fRawR3 != ~0U)
2110 RTPrintf("Error: No debugger object; -%srawr3 cannot be executed!\n", fRawR3 ? "" : "no");
2113 gpMachineDebugger->COMSETTER(RecompileUser)(!fRawR3);

Completed in 528 milliseconds