openMSX
Main Page
Namespaces
Classes
Files
File List
File Members
cpu
DebugCondition.cc
Go to the documentation of this file.
1
#include "
DebugCondition.hh
"
2
3
namespace
openmsx {
4
5
unsigned
DebugCondition::lastId = 0;
6
7
DebugCondition::DebugCondition
(
GlobalCliComm
& cliComm,
8
TclObject
command,
TclObject
condition)
9
:
BreakPointBase
(cliComm, command, condition)
10
, id(++lastId)
11
{
12
}
13
14
}
// namespace openmsx
Generated on Sun May 19 2013 12:18:11 for openMSX by
1.8.1.2