Package FuzzManager :: Package FTB :: Package Signatures :: Module CrashInfo
[hide private]
[frames] | no frames]

Module CrashInfo

source code

Crash Information

Represents information about a crash. Specific subclasses implement different crash data supported by the implementation.


Author: Christian Holler (:decoder)

License:

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Contact: choller@mozilla.com

Classes [hide private]
  CrashInfo
Abstract base class that provides a method to instantiate the right sub class.
  NoCrashInfo
  ASanCrashInfo
  UBSanCrashInfo
  GDBCrashInfo
  MinidumpCrashInfo
  AppleCrashInfo
Variables [hide private]
  __package__ = 'FuzzManager.FTB.Signatures'