BreakPointBase() | openmsx::BreakPointBase< WatchPoint > | inlineprotected |
checkAndExecute(GlobalCliComm &cliComm, Interpreter &interp) | openmsx::BreakPointBase< WatchPoint > | inline |
evaluateAddress(Interpreter &interp) | openmsx::WatchPoint | inline |
format(Type type) | openmsx::WatchPoint | inlinestatic |
getBeginAddress() const | openmsx::WatchPoint | inline |
getBeginAddressString() const | openmsx::WatchPoint | inline |
getCommand() const | openmsx::BreakPointBase< WatchPoint > | inline |
getCondition() const | openmsx::BreakPointBase< WatchPoint > | inline |
getEndAddress() const | openmsx::WatchPoint | inline |
getEndAddressString() const | openmsx::WatchPoint | inline |
getId() const | openmsx::BreakPointBase< WatchPoint > | inline |
getIdStr() const | openmsx::BreakPointBase< WatchPoint > | inline |
getType() const | openmsx::WatchPoint | inline |
id | openmsx::BreakPointBase< WatchPoint > | protected |
isEnabled() const | openmsx::BreakPointBase< WatchPoint > | inline |
MSXWatchIODevice | openmsx::WatchPoint | friend |
onlyOnce() const | openmsx::BreakPointBase< WatchPoint > | inline |
parseAddress(Interpreter &interp, const TclObject &a) | openmsx::WatchPoint | inlinestatic |
parseAddressError(Interpreter &interp) const | openmsx::WatchPoint | inline |
parseType(std::string_view str) | openmsx::WatchPoint | inlinestatic |
prefix | openmsx::WatchPoint | static |
rangeForType(Type type) | openmsx::WatchPoint | inlinestatic |
registerIOWatch(MSXMotherBoard &motherBoard, std::span< MSXDevice *, 256 > devices) | openmsx::WatchPoint | |
setAddress(Interpreter &interp, const TclObject &a) | openmsx::WatchPoint | inline |
setBeginAddressString(Interpreter &interp, const TclObject &s) | openmsx::WatchPoint | inline |
setCommand(const TclObject &c) | openmsx::BreakPointBase< WatchPoint > | inline |
setCondition(const TclObject &c) | openmsx::BreakPointBase< WatchPoint > | inline |
setEnabled(Interpreter &interp, const TclObject &e) | openmsx::BreakPointBase< WatchPoint > | inline |
setEnabled(bool e) | openmsx::BreakPointBase< WatchPoint > | inline |
setEndAddressString(Interpreter &interp, const TclObject &s) | openmsx::WatchPoint | inline |
setOnce(Interpreter &interp, const TclObject &o) | openmsx::BreakPointBase< WatchPoint > | inline |
setOnce(bool o) | openmsx::BreakPointBase< WatchPoint > | inline |
setType(Interpreter &interp, Type t) | openmsx::WatchPoint | inline |
setType(Interpreter &interp, const TclObject &t) | openmsx::WatchPoint | inline |
Type enum name | openmsx::WatchPoint | |
unregisterIOWatch(std::span< MSXDevice *, 256 > devices) | openmsx::WatchPoint | |
WatchPoint()=default | openmsx::WatchPoint | |
WatchPoint(clone_tag, const WatchPoint &wp) | openmsx::WatchPoint | inline |