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

Class USER_i386

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   USER_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_ = (('regs', <class 'vtrace.platforms.linux.user_regs_...
  debug0 = <Field type=c_ulong, ofs=240, size=8>
  debug1 = <Field type=c_ulong, ofs=248, size=8>
  debug2 = <Field type=c_ulong, ofs=256, size=8>
  debug3 = <Field type=c_ulong, ofs=264, size=8>
  debug4 = <Field type=c_ulong, ofs=272, size=8>
  debug5 = <Field type=c_ulong, ofs=280, size=8>
  debug6 = <Field type=c_ulong, ofs=288, size=8>
  debug7 = <Field type=c_ulong, ofs=296, size=8>
  magic = <Field type=c_ulong, ofs=200, size=8>
  regs = <Field type=user_regs_i386, ofs=0, size=120>
  reserved = <Field type=c_ulong, ofs=176, size=8>
  signal = <Field type=c_ulong, ofs=168, size=8>
  start_code = <Field type=c_ulong, ofs=152, size=8>
  start_stack = <Field type=c_ulong, ofs=160, size=8>
  u_ar0 = <Field type=c_void_p, ofs=184, size=8>
  u_comm = <Field type=c_char_Array_32, ofs=208, size=32>
  u_dsize = <Field type=c_ulong, ofs=136, size=8>
  u_fpstate = <Field type=c_void_p, ofs=192, size=8>
  u_fpvalid = <Field type=c_ulong, ofs=120, size=8>
  u_ssize = <Field type=c_ulong, ofs=144, size=8>
  u_tsize = <Field type=c_ulong, ofs=128, 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:
(('regs', <class 'vtrace.platforms.linux.user_regs_i386'>),
 ('u_fpvalid', <class 'ctypes.c_ulong'>),
 ('u_tsize', <class 'ctypes.c_ulong'>),
 ('u_dsize', <class 'ctypes.c_ulong'>),
 ('u_ssize', <class 'ctypes.c_ulong'>),
 ('start_code', <class 'ctypes.c_ulong'>),
 ('start_stack', <class 'ctypes.c_ulong'>),
 ('signal', <class 'ctypes.c_ulong'>),
...