openMSX
|
This is the complete list of members for openmsx::WatchIO, including all inherited members.
BreakPointBase(TclObject command_, TclObject condition_, bool once_) | openmsx::BreakPointBase | inlineprotected |
checkAndExecute(GlobalCliComm &cliComm, Interpreter &interp) | openmsx::BreakPointBase | |
getBeginAddress() const | openmsx::WatchPoint | inline |
getCommand() const | openmsx::BreakPointBase | inline |
getCommandObj() const | openmsx::BreakPointBase | inline |
getCondition() const | openmsx::BreakPointBase | inline |
getConditionObj() const | openmsx::BreakPointBase | inline |
getDevice(byte port) | openmsx::WatchIO | |
getEndAddress() const | openmsx::WatchPoint | inline |
getId() const | openmsx::WatchPoint | inline |
getType() const | openmsx::WatchPoint | inline |
MSXWatchIODevice | openmsx::WatchIO | friend |
onlyOnce() const | openmsx::BreakPointBase | inline |
Type enum name | openmsx::WatchPoint | |
WatchIO(MSXMotherBoard &motherboard, WatchPoint::Type type, unsigned beginAddr, unsigned endAddr, TclObject command, TclObject condition, bool once, unsigned newId=-1) | openmsx::WatchIO | |
WatchPoint(TclObject command_, TclObject condition_, Type type_, unsigned beginAddr_, unsigned endAddr_, bool once_, unsigned newId=-1) | openmsx::WatchPoint | inline |
~WatchPoint()=default | openmsx::WatchPoint | virtual |