openMSX
|
#include <ProbeBreakPoint.hh>
Public Member Functions | |
ProbeBreakPoint (TclObject command, TclObject condition, Debugger &debugger, ProbeBase &probe, bool once, unsigned newId=-1) | |
~ProbeBreakPoint () | |
unsigned | getId () const |
const ProbeBase & | getProbe () const |
Public Member Functions inherited from openmsx::BreakPointBase | |
TclObject | getCondition () const |
TclObject | getCommand () 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_) | |
Definition at line 12 of file ProbeBreakPoint.hh.
openmsx::ProbeBreakPoint::ProbeBreakPoint | ( | TclObject | command, |
TclObject | condition, | ||
Debugger & | debugger, | ||
ProbeBase & | probe, | ||
bool | once, | ||
unsigned | newId = -1 |
||
) |
Definition at line 13 of file ProbeBreakPoint.cc.
References openmsx::Subject< T >::attach().
openmsx::ProbeBreakPoint::~ProbeBreakPoint | ( | ) |
Definition at line 28 of file ProbeBreakPoint.cc.
References openmsx::Subject< T >::detach().
|
inline |
Definition at line 24 of file ProbeBreakPoint.hh.
Referenced by openmsx::Debugger::removeProbeBreakPoint().
|
inline |
Definition at line 25 of file ProbeBreakPoint.hh.