Home
last modified time | relevance | path

Searched refs:SkipCommand (Results 1 – 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
Ddebugger-aarch64.cc39 C(SkipCommand) \
340 class SkipCommand : public DebugCommand { class
342 SkipCommand(Token* name, IntegerToken* count) in SkipCommand() function in vixl::aarch64::SkipCommand
344 virtual ~SkipCommand() { delete count_; } in ~SkipCommand()
465 const char* SkipCommand::kAliases[] = {"skip", NULL};
466 const char* SkipCommand::kArguments = "[n = 1]";
467 const char* SkipCommand::kHelp = " Skip the next n instruction(s).";
1301 bool SkipCommand::Run(Debugger* debugger) { in Run()
1318 void SkipCommand::Print(FILE* out) { in Print()
1323 DebugCommand* SkipCommand::Build(std::vector<Token*> args) { in Build()
[all …]