Searched refs:last_command_ (Results 1 – 2 of 2) sorted by relevance
104 DebugCommand* last_command_; variable
530 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()