openMSX
DebugCondition.cc
Go to the documentation of this file.
1 #include "DebugCondition.hh"
2 
3 namespace openmsx {
4 
5 unsigned DebugCondition::lastId = 0;
6 
8  TclObject command, TclObject condition)
9  : BreakPointBase(cliComm, command, condition)
10  , id(++lastId)
11 {
12 }
13 
14 } // namespace openmsx