Home | History | Annotate | Download | only in a64

Lines Matching refs:HelpCommand

35 C(HelpCommand)                 \
267 class HelpCommand : public DebugCommand {
269 explicit HelpCommand(Token* name) : DebugCommand(name) {}
408 const char* HelpCommand::kAliases[] = { "help", NULL };
409 const char* HelpCommand::kArguments = NULL;
410 const char* HelpCommand::kHelp = " Print this help.";
1243 bool HelpCommand::Run(Debugger* debugger) {
1259 DebugCommand* HelpCommand::Build(std::vector<Token*> args) {
1264 return new HelpCommand(args[0]);