47 "step " << gxemul.
GetStep() <<
", " <<
58 return "Shows the current status (runstate etc).";
65 "Shows the current status, which includes:\n\n" 66 " * Number of emulated step\n" 67 " * Runstate (Running or Paused)\n" 69 "Typing CTRL-T at the command prompt also executes the 'status' command.\n";
virtual void ShowDebugMessage(const string &msg)=0
Shows a debug message.
string GetRunStateAsString() const
Gets the current RunState as a string.
uint64_t GetStep() const
Gets the current step of the emulation.
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
StatusCommand()
Constructs a StatusCommand.
A Command is a named function, executed by the CommandInterpreter.
virtual string GetLongDescription() const
Returns a long description/help message for the command.
UI * GetUI()
Gets a pointer to the GXemul instance' active UI.