Represents the state of the CPU at some Point in the Trace.

Class Iterator CPU registers iterator.
Method __init__
Method point Property: The point in the trace.
Method read_register Read a register value.
Method __repr__ Undocumented
Method __contains__ Undocumented
Method __len__ Undocumented
Method __iter__ Undocumented
Method __getitem__ Undocumented
Method _rvn Undocumented
Method _rvn_point Undocumented
def __init__(self, point):
ParameterspointA Point instance.
Raisesreven_api.ServiceNotAllowedDuringExecutionErrorIf this method is called during the execution.
RuntimeErrorIf the connection is lost, in case of bad input, or in case of internal service error.
@property
def _rvn(self):
Undocumented
@property
def _rvn_point(self):
Undocumented
@property
def point(self):

Property: The point in the trace.

def read_register(self, name):

Read a register value.

ParametersnameThe register name.
ReturnsThe register value.
RaisesValueErrorif the register name does not exist in the current architecture.
def __repr__(self):
Undocumented
def __contains__(self, name):
Undocumented
def __len__(self):
Undocumented
def __iter__(self):
Undocumented
def __getitem__(self, name):
Undocumented
API Documentation for reven, generated by pydoctor at 2018-06-06 16:31:21.