- introduced improved logging in RATFlip
- adapted the manual - centralised output conversion git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1988 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -12,17 +12,17 @@ message L4SysProtoMsg {
|
||||
required int32 bit_offset = 3;
|
||||
|
||||
// registers
|
||||
enum RegisterType {
|
||||
EAX = 1;
|
||||
ECX = 2;
|
||||
EDX = 3;
|
||||
EBX = 4;
|
||||
ESP = 5;
|
||||
EBP = 6;
|
||||
ESI = 7;
|
||||
EDI = 8;
|
||||
}
|
||||
optional RegisterType register_offset = 4;
|
||||
enum RegisterType {
|
||||
EAX = 1;
|
||||
ECX = 2;
|
||||
EDX = 3;
|
||||
EBX = 4;
|
||||
ESP = 5;
|
||||
EBP = 6;
|
||||
ESI = 7;
|
||||
EDI = 8;
|
||||
}
|
||||
optional RegisterType register_offset = 4;
|
||||
|
||||
// results
|
||||
// make these optional to reduce overhead for server->client communication
|
||||
|
||||
Reference in New Issue
Block a user