|
openMSX
|
General debugger condition Like breakpoints, but not tied to a specifc address. More...
#include <DebugCondition.hh>


Public Member Functions | |
| DebugCondition (GlobalCliComm &CliComm, TclObject command, TclObject condition) | |
| unsigned | getId () const |
Public Member Functions inherited from openmsx::BreakPointBase | |
| string_ref | getCondition () const |
| string_ref | getCommand () const |
| TclObject | getConditionObj () const |
| TclObject | getCommandObj () const |
| void | checkAndExecute () |
| Tcl_Interp * | getInterpreter () const |
Additional Inherited Members | |
Protected Member Functions inherited from openmsx::BreakPointBase | |
| BreakPointBase (GlobalCliComm &cliComm, TclObject command, TclObject condition) | |
General debugger condition Like breakpoints, but not tied to a specifc address.
Definition at line 11 of file DebugCondition.hh.
| openmsx::DebugCondition::DebugCondition | ( | GlobalCliComm & | CliComm, |
| TclObject | command, | ||
| TclObject | condition | ||
| ) |
Definition at line 7 of file DebugCondition.cc.
|
inline |
Definition at line 16 of file DebugCondition.hh.
1.8.1.2