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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDebugVM.cpp157 * @param pszSubCmd The sub command.
159 static RTEXITCODE handleDebugVM_LogXXXX(HandlerArg *pArgs, IMachineDebugger *pDebugger, const char *pszSubCmd) argument
220 if (!strcmp(pszSubCmd, "log"))
222 else if (!strcmp(pszSubCmd, "logdest"))
224 else if (!strcmp(pszSubCmd, "logflags"))
664 const char *pszSubCmd = pArgs->argv[1]; local
665 if (!strcmp(pszSubCmd, "dumpguestcore"))
667 else if (!strcmp(pszSubCmd, "getregisters"))
669 else if (!strcmp(pszSubCmd, "info"))
671 else if (!strcmp(pszSubCmd, "injectnm
[all...]

Completed in 33 milliseconds