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

Class user_regs_amd64

source code

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

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_ = [('r15', <class 'ctypes.c_ulong'>), ('r14', <class ...
  cs = <Field type=c_ulong, ofs=136, size=8>
  ds = <Field type=c_ulong, ofs=184, size=8>
  eflags = <Field type=c_ulong, ofs=144, size=8>
  es = <Field type=c_ulong, ofs=192, size=8>
  fs = <Field type=c_ulong, ofs=200, size=8>
  fs_base = <Field type=c_ulong, ofs=168, size=8>
  gs = <Field type=c_ulong, ofs=208, size=8>
  gs_base = <Field type=c_ulong, ofs=176, size=8>
  orig_rax = <Field type=c_ulong, ofs=120, size=8>
  r10 = <Field type=c_ulong, ofs=56, size=8>
  r11 = <Field type=c_ulong, ofs=48, size=8>
  r12 = <Field type=c_ulong, ofs=24, size=8>
  r13 = <Field type=c_ulong, ofs=16, size=8>
  r14 = <Field type=c_ulong, ofs=8, size=8>
  r15 = <Field type=c_ulong, ofs=0, size=8>
  r8 = <Field type=c_ulong, ofs=72, size=8>
  r9 = <Field type=c_ulong, ofs=64, size=8>
  rax = <Field type=c_ulong, ofs=80, size=8>
  rbp = <Field type=c_ulong, ofs=32, size=8>
  rbx = <Field type=c_ulong, ofs=40, size=8>
  rcx = <Field type=c_ulong, ofs=88, size=8>
  rdi = <Field type=c_ulong, ofs=112, size=8>
  rdx = <Field type=c_ulong, ofs=96, size=8>
  rip = <Field type=c_ulong, ofs=128, size=8>
  rsi = <Field type=c_ulong, ofs=104, size=8>
  rsp = <Field type=c_ulong, ofs=152, size=8>
  ss = <Field type=c_ulong, ofs=160, 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:
[('r15', <class 'ctypes.c_ulong'>),
 ('r14', <class 'ctypes.c_ulong'>),
 ('r13', <class 'ctypes.c_ulong'>),
 ('r12', <class 'ctypes.c_ulong'>),
 ('rbp', <class 'ctypes.c_ulong'>),
 ('rbx', <class 'ctypes.c_ulong'>),
 ('r11', <class 'ctypes.c_ulong'>),
 ('r10', <class 'ctypes.c_ulong'>),
...