openMSX
DebugCondition.hh
Go to the documentation of this file.
1#ifndef DEBUGCONDITION_HH
2#define DEBUGCONDITION_HH
3
4#include "BreakPointBase.hh"
5
6namespace openmsx {
7
11class DebugCondition final : public BreakPointBase<DebugCondition>
12{
13public:
14 static constexpr std::string_view prefix = "cond#";
15};
16
17} // namespace openmsx
18
19#endif
CRTP base class for CPU break and watch points.
General debugger condition Like breakpoints, but not tied to a specific address.
static constexpr std::string_view prefix
This file implemented 3 utility functions:
Definition Autofire.cc:11