1 #ifndef BACKWARDSTEPCOMMAND_H 2 #define BACKWARDSTEPCOMMAND_H 51 virtual bool Execute(
GXemul& gxemul,
const vector<string>& arguments);
65 static void RunUnitTests(
int& nSucceeded,
int& nFailures);
69 #endif // BACKWARDSTEPCOMMAND_H A Command which sets the RunState to BackwardsSingleStepping.
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.
virtual string GetLongDescription() const
Returns a long description/help message for the command.
BackwardStepCommand()
Constructs a BackwardStepCommand.
virtual bool MayBeReexecutedWithoutArgs() const
Returns whether the command can be quickly re-executed using an empty command line.
static void RunUnitTests(int &nSucceeded, int &nFailures)
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
A Command is a named function, executed by the CommandInterpreter.
virtual ~BackwardStepCommand()