formatting, typos, comments, details
Change-Id: Iae5f1acb653a694622e9ac2bad93efcfca588f3a
This commit is contained in:
@ -22,13 +22,13 @@ bool HSCSimpleExperiment::run()
|
||||
|
||||
// do funny things here...
|
||||
#if 1
|
||||
// STEP 1
|
||||
// STEP 1
|
||||
BPSingleListener mainbp(0x00003c34);
|
||||
simulator.addListenerAndResume(&mainbp);
|
||||
log << "breakpoint reached, saving" << endl;
|
||||
simulator.save("hello.state");
|
||||
#elif 0
|
||||
// STEP 2
|
||||
// STEP 2
|
||||
log << "restoring ..." << endl;
|
||||
simulator.restore("hello.state");
|
||||
log << "restored!" << endl;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#ifndef __HSC_SIMPLE_EXPERIMENT_HPP__
|
||||
#define __HSC_SIMPLE_EXPERIMENT_HPP__
|
||||
#define __HSC_SIMPLE_EXPERIMENT_HPP__
|
||||
|
||||
#include "efw/ExperimentFlow.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user