Changes I made in the l4-sys experiment recently, plus one minor style fix

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1584 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
unzner
2012-09-01 16:05:22 +00:00
parent 1e53a7c0de
commit d9b24a7c60
8 changed files with 130 additions and 68 deletions

View File

@ -59,15 +59,13 @@ private:
*/
void logInjection(fail::Logger &log, const L4SysExperimentData &param);
/**
* May be obsolete. Not supplying docu until I am sure whether I need to
* May be obsolete. Not supplying doc until I am sure whether I need to
*/
void readFromFileToVector(std::ifstream &file, std::vector<struct __trace_instr_type> &instr_list);
/**
* Overwrites one Bochs instruction with another.
* @param dest the instruction to copy to
* @param src the instruction to copy from
* Proceeds by one single instruction.
*/
void changeBochsInstruction(bxInstruction_c *dest, bxInstruction_c *src);
void singleStep();
};
#endif // __L4SYS_EXPERIMENT_HPP__