Crash dump support.
|
Marshaller
Custom pickler for Crash objects.
|
|
Crash
Represents a crash, bug, or another interesting event in the
debugee.
|
|
CrashDictionary
Dictionary-like persistence interface for Crash
objects.
|
|
CrashWarning
An error occurred while gathering crash data.
|
|
CrashContainer
Old crash dump persistencer using a DBM database.
|
|
CrashTable
Old crash dump persistencer using a SQLite database.
|
|
CrashTableMSSQL
Old crash dump persistencer using a Microsoft SQL Server database.
|
|
VolatileCrashContainer
Old in-memory crash dump storage.
|
|
DummyCrashContainer
Fakes a database of volatile Crash objects, trying to mimic part of
it's interface, but doesn't actually store anything.
|