OpenASIP
2.0
|
#include <DeleteBPCommand.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 "deletebp" command of the Simulator Control Language.
Definition at line 47 of file DeleteBPCommand.hh.
DeleteBPCommand::DeleteBPCommand | ( | ) |
Constructor.
Sets the name of the command to the base class.
Definition at line 51 of file DeleteBPCommand.cc.
|
virtual |
|
virtual |
Executes the "deletebp" command.
Deletes the given breakpoints.
arguments | The handle(s) of the breakpoint(s) to delete. |
NumberFormatException | Is never thrown by this command. |
Implements CustomCommand.
Definition at line 74 of file DeleteBPCommand.cc.
References SimControlLanguageCommand::checkSimulationInitialized(), SimControlLanguageCommand::checkSimulationStopped(), StopPointManager::deleteAll(), StopPointManager::deleteStopPoint(), CustomCommand::interpreter(), SimControlLanguageCommand::simulatorFrontend(), SimulatorFrontend::stopPointManager(), SimulatorToolbox::textGenerator(), Texts::TXT_CONFIRM_DELETE_ALL_BREAKPOINTS, and SimControlLanguageCommand::verifyBreakpointHandles().
|
virtual |
Returns the help text for this command.
Help text is searched from SimulatorTextGenerator.
Implements CustomCommand.
Definition at line 120 of file DeleteBPCommand.cc.
References Texts::TextGenerator::text(), SimulatorToolbox::textGenerator(), and Texts::TXT_INTERP_HELP_DELETEBP.