Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Ddebugger-a64.cc40 C(ExamineCommand)
350 class ExamineCommand : public DebugCommand { class
352 ExamineCommand(Token* name, in ExamineCommand() function in vixl::ExamineCommand
357 virtual ~ExamineCommand() { in ~ExamineCommand()
441 const char* ExamineCommand::kAliases[] = { "m", "mem", "x", NULL };
442 const char* ExamineCommand::kArguments = "<addr>[.format] [n = 10]";
443 const char* ExamineCommand::kHelp =
1260 return new ExamineCommand(args[0], target, format, count); in Build()
1385 bool ExamineCommand::Run(Debugger* debugger) { in Run()
1400 void ExamineCommand::Print(FILE* out) { in Print()
[all …]