openMSX
Public Member Functions | List of all members
openmsx::DebugCondition Class Reference

General debugger condition Like breakpoints, but not tied to a specifc address. More...

#include <DebugCondition.hh>

Inheritance diagram for openmsx::DebugCondition:
Inheritance graph
[legend]
Collaboration diagram for openmsx::DebugCondition:
Collaboration graph
[legend]

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)

Detailed Description

General debugger condition Like breakpoints, but not tied to a specifc address.

Definition at line 11 of file DebugCondition.hh.

Constructor & Destructor Documentation

openmsx::DebugCondition::DebugCondition ( GlobalCliComm CliComm,
TclObject  command,
TclObject  condition 
)

Definition at line 7 of file DebugCondition.cc.

Member Function Documentation

unsigned openmsx::DebugCondition::getId ( ) const
inline

Definition at line 16 of file DebugCondition.hh.


The documentation for this class was generated from the following files: