1#ifndef BREAKPOINTBASE_HH
2#define BREAKPOINTBASE_HH
19 [[nodiscard]]
bool onlyOnce()
const {
return once; }
28 : command(
std::move(command_))
29 , condition(
std::move(condition_))
39 bool executing =
false;
Base class for CPU break and watch points.
TclObject getCommand() const
bool checkAndExecute(GlobalCliComm &cliComm, Interpreter &interp)
TclObject getCondition() const
BreakPointBase(TclObject command_, TclObject condition_, bool once_)
This file implemented 3 utility functions: