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

/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp648 unsigned fPATM = ~0U; local
778 fPATM = true;
781 fPATM = false;
1011 if (fPATM != ~0U)
1015 RTPrintf("Error: No debugger object; -%spatm cannot be executed!\n", fPATM ? "" : "no");
1018 machineDebugger->COMSETTER(PATMEnabled)(fPATM);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp858 unsigned fPATM = ~0U; local
1307 fPATM = true;
1310 fPATM = false;
2115 if (fPATM != ~0U)
2119 RTPrintf("Error: No debugger object; -%spatm cannot be executed!\n", fPATM ? "" : "no");
2122 gpMachineDebugger->COMSETTER(PATMEnabled)(fPATM);

Completed in 59 milliseconds