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

Class CONTEXTx64

source code

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

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_ = [('P1Home', <class 'ctypes.c_ulong'>), ('P2Home', <...
  ContextFlags = <Field type=c_ulong, ofs=48, size=8>
  MxCsr = <Field type=c_ulong, ofs=56, size=8>
  P1Home = <Field type=c_ulong, ofs=0, size=8>
  P2Home = <Field type=c_ulong, ofs=8, size=8>
  P3Home = <Field type=c_ulong, ofs=16, size=8>
  P4Home = <Field type=c_ulong, ofs=24, size=8>
  P5Home = <Field type=c_ulong, ofs=32, size=8>
  P6Home = <Field type=c_ulong, ofs=40, size=8>
  cs = <Field type=c_ushort, ofs=64, size=2>
  debug0 = <Field type=c_ulong, ofs=88, size=8>
  debug1 = <Field type=c_ulong, ofs=96, size=8>
  debug2 = <Field type=c_ulong, ofs=104, size=8>
  debug3 = <Field type=c_ulong, ofs=112, size=8>
  debug6 = <Field type=c_ulong, ofs=120, size=8>
  debug7 = <Field type=c_ulong, ofs=128, size=8>
  ds = <Field type=c_ushort, ofs=66, size=2>
  eflags = <Field type=c_ulong, ofs=80, size=8>
  es = <Field type=c_ushort, ofs=68, size=2>
  foo = <Field type=c_ulong_Array_200, ofs=272, size=1600>
  fs = <Field type=c_ushort, ofs=70, size=2>
  gs = <Field type=c_ushort, ofs=72, size=2>
  r10 = <Field type=c_ulong, ofs=216, size=8>
  r11 = <Field type=c_ulong, ofs=224, size=8>
  r12 = <Field type=c_ulong, ofs=232, size=8>
  r13 = <Field type=c_ulong, ofs=240, size=8>
  r14 = <Field type=c_ulong, ofs=248, size=8>
  r15 = <Field type=c_ulong, ofs=256, size=8>
  r8 = <Field type=c_ulong, ofs=200, size=8>
  r9 = <Field type=c_ulong, ofs=208, size=8>
  rax = <Field type=c_ulong, ofs=136, size=8>
  rbp = <Field type=c_ulong, ofs=176, size=8>
  rbx = <Field type=c_ulong, ofs=160, size=8>
  rcx = <Field type=c_ulong, ofs=144, size=8>
  rdi = <Field type=c_ulong, ofs=192, size=8>
  rdx = <Field type=c_ulong, ofs=152, size=8>
  rip = <Field type=c_ulong, ofs=264, size=8>
  rsi = <Field type=c_ulong, ofs=184, size=8>
  rsp = <Field type=c_ulong, ofs=168, size=8>
  ss = <Field type=c_ushort, ofs=74, 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:
[('P1Home', <class 'ctypes.c_ulong'>),
 ('P2Home', <class 'ctypes.c_ulong'>),
 ('P3Home', <class 'ctypes.c_ulong'>),
 ('P4Home', <class 'ctypes.c_ulong'>),
 ('P5Home', <class 'ctypes.c_ulong'>),
 ('P6Home', <class 'ctypes.c_ulong'>),
 ('ContextFlags', <class 'ctypes.c_ulong'>),
 ('MxCsr', <class 'ctypes.c_ulong'>),
...