L4Sys: EIP deviation tracking

* after injecting a fault, track how many instructions it takes until
  execution deviates from original execution
* also track what the first deviating EIP value is

Change-Id: I18a9250517ca90214728c2c4b036b412f5dbf224
This commit is contained in:
Bjoern Doebel
2013-11-06 17:33:36 +01:00
parent 3db5d034a2
commit d4f22a38ff
3 changed files with 87 additions and 1 deletions

View File

@ -137,6 +137,8 @@ private:
*/
void getJobParameters();
fail::BaseListener* afterInjection(L4SysProtoMsg_Result* res);
/**
* Read the golden run output into the target string.
*/