reven.api.Cpu(collections.Mapping)
class documentationreven.api
(View In Hierarchy)
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 |
Parameters | point | A Point instance. |
Raises | reven_api.ServiceNotAllowedDuringExecutionError | If this method is called during the execution. |
RuntimeError | If the connection is lost, in case of bad input, or in case of internal service error. |