Package winappdbg :: Module crash
[hide private]
[frames] | no frames]

Module crash

source code

Crash logging module.

Classes [hide private]
  Crash
Represents a crash, bug, or another interesting event in the debugee.
  CrashContainer
Manages a database of persistent Crash objects, trying to avoid duplicates.
  CrashTable
Manages a database of persistent Crash objects, trying to avoid duplicates only when requested.
  VolatileCrashContainer
Manages a database of volatile Crash objects, trying to avoid duplicates if requested.
  DummyCrashContainer
Fakes a database of volatile Crash objects, trying to mimic part of it's interface.
Variables [hide private]
  __revision__ = '$Id: crash.py 549 2009-12-13 23:33:54Z qvasimo...
  anydbm = None
hash(x)
  sqlite = None
hash(x)
  __package__ = 'winappdbg'
Variables Details [hide private]

__revision__

Value:
'$Id: crash.py 549 2009-12-13 23:33:54Z qvasimodo $'