OpenASIP
2.0
|
#include <TBPCommand.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 "tbp" command of the Simulator Control Language.
Definition at line 47 of file TBPCommand.hh.
TBPCommand::TBPCommand | ( | ) |
Constructor.
Sets the name of the command to the base class.
Definition at line 48 of file TBPCommand.cc.
|
virtual |
|
virtual |
Executes the "tbp" command.
Sets a temporary breakpoint, which is automatically deleted after the first time it stops the simulation. The arguments args are the same as for the bp command.
arguments | The address (and condition of the breakpoint). |
NumberFormatException | Is never thrown by this command. |
Implements CustomCommand.
Definition at line 71 of file TBPCommand.cc.
References StopPointManager::add(), SimControlLanguageCommand::parseBreakpoint(), SimControlLanguageCommand::printBreakpointInfo(), StopPoint::setDeletedAfterTriggered(), SimControlLanguageCommand::simulatorFrontend(), and SimulatorFrontend::stopPointManager().
|
virtual |
Returns the help text for this command.
Help text is searched from SimulatorTextGenerator.
Implements CustomCommand.
Definition at line 91 of file TBPCommand.cc.
References Texts::TextGenerator::text(), SimulatorToolbox::textGenerator(), and Texts::TXT_INTERP_HELP_TBREAK.