Searched refs:PrintCommand (Results 1 – 1 of 1) sorted by relevance
39 C(PrintCommand) \325 class PrintCommand : public DebugCommand { class327 PrintCommand(Token* name, Token* target, FormatToken* format) in PrintCommand() function in vixl::PrintCommand329 virtual ~PrintCommand() { in ~PrintCommand()427 const char* PrintCommand::kAliases[] = { "print", "p", NULL };428 const char* PrintCommand::kArguments = "<entity>[.format]";429 const char* PrintCommand::kHelp =1264 void PrintCommand::Print(FILE* out) { in Print()1271 bool PrintCommand::Run(Debugger* debugger) { in Run()1318 DebugCommand* PrintCommand::Build(std::vector<Token*> args) { in Build()[all …]