Package vtrace :: Package platforms :: Module linux :: Class user_regs_i386
[hide private]
[frames] | no frames]

Class user_regs_i386

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   user_regs_i386

Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _fields_ = (('ebx', <class 'ctypes.c_ulong'>), ('ecx', <class ...
  __cs = <Field type=c_ushort, ofs=90, size=2>
  __ds = <Field type=c_ushort, ofs=58, size=2>
  __es = <Field type=c_ushort, ofs=62, size=2>
  __fs = <Field type=c_ushort, ofs=66, size=2>
  __gs = <Field type=c_ushort, ofs=70, size=2>
  __ss = <Field type=c_ushort, ofs=114, size=2>
  cs = <Field type=c_ushort, ofs=88, size=2>
  ds = <Field type=c_ushort, ofs=56, size=2>
  eax = <Field type=c_ulong, ofs=48, size=8>
  ebp = <Field type=c_ulong, ofs=40, size=8>
  ebx = <Field type=c_ulong, ofs=0, size=8>
  ecx = <Field type=c_ulong, ofs=8, size=8>
  edi = <Field type=c_ulong, ofs=32, size=8>
  edx = <Field type=c_ulong, ofs=16, size=8>
  eflags = <Field type=c_ulong, ofs=96, size=8>
  eip = <Field type=c_ulong, ofs=80, size=8>
  es = <Field type=c_ushort, ofs=60, size=2>
  esi = <Field type=c_ulong, ofs=24, size=8>
  esp = <Field type=c_ulong, ofs=104, size=8>
  fs = <Field type=c_ushort, ofs=64, size=2>
  gs = <Field type=c_ushort, ofs=68, size=2>
  orig_eax = <Field type=c_ulong, ofs=72, size=8>
  ss = <Field type=c_ushort, ofs=112, size=2>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
(('ebx', <class 'ctypes.c_ulong'>),
 ('ecx', <class 'ctypes.c_ulong'>),
 ('edx', <class 'ctypes.c_ulong'>),
 ('esi', <class 'ctypes.c_ulong'>),
 ('edi', <class 'ctypes.c_ulong'>),
 ('ebp', <class 'ctypes.c_ulong'>),
 ('eax', <class 'ctypes.c_ulong'>),
 ('ds', <class 'ctypes.c_ushort'>),
...