#include <debug-charm.h>
Public Member Functions | |
DebugEntryInfo () | |
Data Fields | |
bool | isBreakpoint |
std::vector< DebugPersistentCheck > | preProcess |
std::vector< DebugPersistentCheck > | postProcess |
Definition at line 45 of file debug-charm.h.
DebugEntryInfo::DebugEntryInfo | ( | ) | [inline] |
Definition at line 52 of file debug-charm.h.
Definition at line 48 of file debug-charm.h.
std::vector<DebugPersistentCheck> DebugEntryInfo::preProcess |
Definition at line 49 of file debug-charm.h.
std::vector<DebugPersistentCheck> DebugEntryInfo::postProcess |
Definition at line 50 of file debug-charm.h.