nanojpeg: campaign's fault-space pruning works now

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1795 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-10-22 15:36:18 +00:00
parent 1ae19893ea
commit 41cf5e1352
3 changed files with 89 additions and 13 deletions

View File

@ -4,6 +4,7 @@
#include "cpn/Campaign.hpp"
#include "comm/ExperimentData.hpp"
#include "util/Logger.hpp"
#include "sal/bochs/BochsRegisterIDs.hpp"
#include "nanojpeg.pb.h"
class NanoJPEGExperimentData : public fail::ExperimentData {
@ -14,6 +15,8 @@ public:
class NanoJPEGCampaign : public fail::Campaign {
fail::Logger m_log;
int add_experiment_ec(unsigned instr_ecstart, unsigned instr_offset,
unsigned instr_address, fail::GPRegisterId register_id, uint64_t bitmask);
public:
NanoJPEGCampaign() : m_log("nJPEG Campaign") {}
virtual bool run();