Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Ddebugger-aarch64.cc42 C(ExamineCommand)
395 class ExamineCommand : public DebugCommand { class
397 ExamineCommand(Token* name, in ExamineCommand() function in vixl::aarch64::ExamineCommand
402 virtual ~ExamineCommand() { in ~ExamineCommand()
488 const char* ExamineCommand::kAliases[] = {"m", "mem", "x", NULL};
489 const char* ExamineCommand::kArguments = "<addr>[.format] [n = 10]";
490 const char* ExamineCommand::kHelp =
1368 return new ExamineCommand(args[0], target, format, count); in Build()
1503 bool ExamineCommand::Run(Debugger* debugger) { in Run()
1518 void ExamineCommand::Print(FILE* out) { in Print()
[all …]