Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Ddebugger-a64.h104 DebugCommand* last_command_; variable
Ddebugger-a64.cc530 last_command_(NULL) { in Debugger()
713 last_command_ = command; in RunDebuggerShell()
716 if (last_command_ != NULL) { in RunDebuggerShell()
717 done = last_command_->Run(this); in RunDebuggerShell()