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

/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp649 unsigned fCSAM = ~0U; local
784 fCSAM = true;
787 fCSAM = false;
1020 if (fCSAM != ~0U)
1024 RTPrintf("Error: No debugger object; -%scsam cannot be executed!\n", fCSAM ? "" : "no");
1027 machineDebugger->COMSETTER(CSAMEnabled)(fCSAM);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp859 unsigned fCSAM = ~0U; local
1313 fCSAM = true;
1316 fCSAM = false;
2124 if (fCSAM != ~0U)
2128 RTPrintf("Error: No debugger object; -%scsam cannot be executed!\n", fCSAM ? "" : "no");
2131 gpMachineDebugger->COMSETTER(CSAMEnabled)(fCSAM);

Completed in 49 milliseconds