Searched refs:HelpCommand (Results 1 – 1 of 1) sorted by relevance
35 C(HelpCommand) \267 class HelpCommand : public DebugCommand { class269 explicit HelpCommand(Token* name) : DebugCommand(name) {} in HelpCommand() function in vixl::HelpCommand408 const char* HelpCommand::kAliases[] = { "help", NULL };409 const char* HelpCommand::kArguments = NULL;410 const char* HelpCommand::kHelp = " Print this help.";1154 bool HelpCommand::Run(Debugger* debugger) { in Run()1170 DebugCommand* HelpCommand::Build(std::vector<Token*> args) { in Build()1175 return new HelpCommand(args[0]); in Build()