Package vdb
[hide private]
[frames] | no frames]

Package vdb

source code

Submodules [hide private]

Classes [hide private]
  ScriptThread
  Vdb
A VDB object is a debugger object which may be used to embed full debugger like functionality into a python application.
  VdbLookup
  VdbTrace
Used to hand thing that need a persistant reference to a trace when using vdb to manage tracers.
Variables [hide private]
  __package__ = 'vdb'
  basepath = '/home/rdsears/vdb/vdb/'
  defconfig = '\n[Vdb]\n\n[RegisterView]\ni386=eax,ebx,ecx,edx,e...
Variables Details [hide private]

defconfig

Value:
'''
[Vdb]

[RegisterView]
i386=eax,ebx,ecx,edx,esi,edi,eip,esp,ebp,eflags,ds,es,cs,fs,gs,ss
x64=rax,rbx,rcx,rdx,rsi,rdi,rip,rsp,rbp,r8,r9,r10,r11,r12,r13,r14,r15

[Aliases]
...