OpenASIP
2.0
|
Public Member Functions | |
InfoBreakpointsCommand (SimControlLanguageCommand &parentCommand) | |
virtual | ~InfoBreakpointsCommand () |
virtual bool | execute (const std::vector< DataObject > &arguments) |
Public Member Functions inherited from SimControlLanguageSubCommand | |
SimControlLanguageSubCommand (SimControlLanguageCommand &parentCommand) | |
virtual | ~SimControlLanguageSubCommand () |
virtual SimControlLanguageCommand & | parent () |
Implementation of "info breakpoints".
Definition at line 1351 of file InfoCommand.cc.
|
inline |
Constructor.
Definition at line 1356 of file InfoCommand.cc.
|
inlinevirtual |
|
inlinevirtual |
Executes the "info breakpoints" command.
Prints a table of all breakpoints. Each breakpoint is printed in a separate line. If argument is given, only the breakpoint with handle num is printed.
arguments | Arguments to the command, including the command. |
Implements SimControlLanguageSubCommand.
Definition at line 1376 of file InfoCommand.cc.
References SimControlLanguageSubCommand::parent(), SimControlLanguageCommand::printBreakpointInfo(), SimControlLanguageCommand::simulatorFrontend(), StopPointManager::stopPointCount(), StopPointManager::stopPointHandle(), and SimulatorFrontend::stopPointManager().