Searched refs:USAGE_DEBUGVM (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageDebugVM.cpp | 107 return errorGetOpt(USAGE_DEBUGVM, rc, &ValueUnion); 112 return errorSyntax(USAGE_DEBUGVM, "The getregisters sub-command takes at least one register name"); 126 return errorSyntax(USAGE_DEBUGVM, "The inject sub-command takes at one or two arguments"); 146 return errorSyntax(USAGE_DEBUGVM, "The inject sub-command does not take any arguments"); 264 return errorSyntax(USAGE_DEBUGVM, "The --compression option has already been given"); 269 return errorSyntax(USAGE_DEBUGVM, "The --filename option has already been given"); 273 return errorGetOpt(USAGE_DEBUGVM, rc, &ValueUnion); 278 return errorSyntax(USAGE_DEBUGVM, "The --filename option is required"); 304 return errorSyntax(USAGE_DEBUGVM, "The osdetect sub-command does not take any arguments"); 322 return errorSyntax(USAGE_DEBUGVM, "Th [all...] |
H A D | VBoxManage.h | 77 #define USAGE_DEBUGVM RT_BIT_64(35) macro
|
H A D | VBoxManageHelp.cpp | 756 if (fCategory & USAGE_DEBUGVM)
|
H A D | VBoxManage.cpp | 573 { "debugvm", USAGE_DEBUGVM, handleDebugVM},
|
Completed in 288 milliseconds