OpenASIP
2.0
|
#include <ResumeCommand.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 "resume" command of the Simulator Control Language.
Definition at line 47 of file ResumeCommand.hh.
ResumeCommand::ResumeCommand | ( | ) |
Constructor.
Sets the name of the command to the base class.
Definition at line 46 of file ResumeCommand.cc.
|
virtual |
|
virtual |
Executes the "resume" command.
Resume simulation of the program until the simulation is finished or a breakpoint is reached. The optional argument gives the number of times the continue command is repeated, that is, the number of times breakpoints should be ignored.
arguments | (optional) count of times to repeat in case breakpoints are reached. |
NumberFormatException | Is never thrown by this command. |
Implements CustomCommand.
Definition at line 73 of file ResumeCommand.cc.
References CustomCommand::checkArgumentCount(), CustomCommand::checkPositiveIntegerArgument(), SimControlLanguageCommand::checkSimulationStopped(), SimControlLanguageCommand::printStopInformation(), SimulatorFrontend::run(), and SimControlLanguageCommand::simulatorFrontend().
|
virtual |
Returns the help text for this command.
Help text is searched from SimulatorTextGenerator.
Implements CustomCommand.
Definition at line 113 of file ResumeCommand.cc.
References Texts::TextGenerator::text(), SimulatorToolbox::textGenerator(), and Texts::TXT_INTERP_HELP_RESUME.