|
OpenASIP 2.2
|
#include <EnableBPCommand.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 "enablebp" command of the Simulator Control Language.
Definition at line 47 of file EnableBPCommand.hh.
| EnableBPCommand::EnableBPCommand | ( | ) |
Constructor.
Sets the name of the command to the base class.
Definition at line 52 of file EnableBPCommand.cc.
|
virtual |
|
virtual |
Executes the "enablebp" command.
Enables the given breakpoints.
| arguments | The handle(s) of the breakpoint(s) to enable. |
| NumberFormatException | Is never thrown by this command. |
Implements CustomCommand.
Definition at line 75 of file EnableBPCommand.cc.
References CustomCommand::checkArgumentCount(), SimControlLanguageCommand::checkSimulationInitialized(), SimControlLanguageCommand::checkSimulationStopped(), StopPointManager::enable(), StopPointManager::enableOnceAndDelete(), StopPointManager::enableOnceAndDisable(), SimControlLanguageCommand::printBreakpointInfo(), SimControlLanguageCommand::simulatorFrontend(), SimulatorFrontend::stopPointManager(), StringTools::stringToLower(), temporary, StringTools::trim(), and SimControlLanguageCommand::verifyBreakpointHandles().

|
virtual |
Returns the help text for this command.
Help text is searched from SimulatorTextGenerator.
Implements CustomCommand.
Definition at line 132 of file EnableBPCommand.cc.
References Texts::TextGenerator::text(), SimulatorToolbox::textGenerator(), and Texts::TXT_INTERP_HELP_ENABLEBP.
