Package vtrace :: Package platforms :: Module win32 :: Class CONTEXTx86
[hide private]
[frames] | no frames]

Class CONTEXTx86

source code

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

Instance Methods [hide private]
 
regPostProcess(self) source code

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_ = [('ContextFlags', <class 'ctypes.c_ulong'>), ('debu...
  ContextFlags = <Field type=c_ulong, ofs=0, size=8>
  Extension = <Field type=ExtendedXmmx86, ofs=328, size=512>
  FloatSave = <Field type=FloatSavex86, ofs=56, size=144>
  cs = <Field type=c_ulong, ofs=296, size=8>
  debug0 = <Field type=c_ulong, ofs=8, size=8>
  debug1 = <Field type=c_ulong, ofs=16, size=8>
  debug2 = <Field type=c_ulong, ofs=24, size=8>
  debug3 = <Field type=c_ulong, ofs=32, size=8>
  debug6 = <Field type=c_ulong, ofs=40, size=8>
  debug7 = <Field type=c_ulong, ofs=48, size=8>
  ds = <Field type=c_ulong, ofs=224, size=8>
  eax = <Field type=c_ulong, ofs=272, size=8>
  ebp = <Field type=c_ulong, ofs=280, size=8>
  ebx = <Field type=c_ulong, ofs=248, size=8>
  ecx = <Field type=c_ulong, ofs=264, size=8>
  edi = <Field type=c_ulong, ofs=232, size=8>
  edx = <Field type=c_ulong, ofs=256, size=8>
  eflags = <Field type=c_ulong, ofs=304, size=8>
  eip = <Field type=c_ulong, ofs=288, size=8>
  es = <Field type=c_ulong, ofs=216, size=8>
  esi = <Field type=c_ulong, ofs=240, size=8>
  esp = <Field type=c_ulong, ofs=312, size=8>
  fs = <Field type=c_ulong, ofs=208, size=8>
  gs = <Field type=c_ulong, ofs=200, size=8>
  ss = <Field type=c_ulong, ofs=320, size=8>
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:
[('ContextFlags', <class 'ctypes.c_ulong'>),
 ('debug0', <class 'ctypes.c_ulong'>),
 ('debug1', <class 'ctypes.c_ulong'>),
 ('debug2', <class 'ctypes.c_ulong'>),
 ('debug3', <class 'ctypes.c_ulong'>),
 ('debug6', <class 'ctypes.c_ulong'>),
 ('debug7', <class 'ctypes.c_ulong'>),
 ('FloatSave', <class 'vtrace.platforms.win32.FloatSavex86'>),
...