OpenASIP
2.0
|
#include <StepiCommand.hh>
Additional Inherited Members | |
Protected Member Functions inherited from SimControlLanguageCommand | |
bool | setMemoryAddress (const std::string &addressString, std::string &addressSpaceName, std::size_t &memoryAddress) |
bool | setMemoryPointer (MemorySystem::MemoryPtr &memory, const std::string &addressSpaceName) |
Implementation of the "stepi" command of the Simulator Control Language.
Definition at line 47 of file StepiCommand.hh.
StepiCommand::StepiCommand | ( | ) |
Constructor.
Sets the name of the command to the base class.
Definition at line 50 of file StepiCommand.cc.
|
virtual |
|
virtual |
Executes the "stepi" command.
Executes the user defined count of next TTA instruction and returns control back to user.
arguments | The count of steps (default is one step). |
NumberFormatException | Is never thrown by this command. |
Implements CustomCommand.
Definition at line 73 of file StepiCommand.cc.
References CustomCommand::checkArgumentCount(), CustomCommand::checkDoubleArgument(), SimControlLanguageCommand::checkSimulationInitialized(), SimControlLanguageCommand::checkSimulationStopped(), SimControlLanguageCommand::printNextInstruction(), SimControlLanguageCommand::printSimulationTime(), SimControlLanguageCommand::simulatorFrontend(), and SimulatorFrontend::step().
|
virtual |
Returns the help text for this command.
Help text is searched from SimulatorTextGenerator.
Implements CustomCommand.
Definition at line 107 of file StepiCommand.cc.
References Texts::TextGenerator::text(), SimulatorToolbox::textGenerator(), and Texts::TXT_INTERP_HELP_STEPI.