openMSX
|
General debugger condition Like breakpoints, but not tied to a specific address. More...
#include <DebugCondition.hh>
Public Member Functions | |
DebugCondition (TclObject command_, TclObject condition_, bool once_) | |
unsigned | getId () const |
Public Member Functions inherited from openmsx::BreakPointBase | |
std::string_view | getCondition () const |
std::string_view | getCommand () const |
TclObject | getConditionObj () const |
TclObject | getCommandObj () const |
bool | onlyOnce () const |
bool | checkAndExecute (GlobalCliComm &cliComm, Interpreter &interp) |
Additional Inherited Members | |
Protected Member Functions inherited from openmsx::BreakPointBase | |
BreakPointBase (TclObject command_, TclObject condition_, bool once_) | |
General debugger condition Like breakpoints, but not tied to a specific address.
Definition at line 11 of file DebugCondition.hh.
|
inline |
Definition at line 14 of file DebugCondition.hh.
|
inline |
Definition at line 18 of file DebugCondition.hh.
Referenced by openmsx::MSXCPUInterface::removeCondition(), openmsx::MSXCPUInterface::removeCondition(), and openmsx::MSXCPUInterface::setCondition().